Class ManifestException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ManifestException
    extends GradleException
    Is thrown in the case an operation is applied against a Manifest 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)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ManifestException

        public ManifestException​(java.lang.String message)
      • ManifestException

        public ManifestException​(java.lang.String message,
                                 java.lang.Throwable cause)