Package org.gradle.api.java.archives
Class ManifestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.gradle.api.GradleException
-
- org.gradle.api.java.archives.ManifestException
-
- All Implemented Interfaces:
java.io.Serializable
public class ManifestException extends GradleException
Is thrown in the case an operation is applied against aManifest
that violates the Manifest specification.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ManifestException(java.lang.String message)
ManifestException(java.lang.String message, java.lang.Throwable cause)
-