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:
Serializable
Is thrown in the case an operation is applied against a
Manifest that violates
the Manifest specification.- Since:
- 0.9
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionManifestException(String message) Creates a newManifestException.ManifestException(String message, Throwable cause) Creates a newManifestException. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ManifestException
-
ManifestException
-