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