Class OsgiManifestParserException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    InvalidOSGiManifestException

    public class OsgiManifestParserException
    extends RuntimeException
    Exception signaling an invalid or non-existing OSGi manifest. It's unchecked because we generally can't recover from an invalid OSGi manifest and want the build to be fail-fast.
    See Also:
    Serialized Form
    • Constructor Detail

      • OsgiManifestParserException

        public OsgiManifestParserException​(String location,
                                           Throwable cause)
      • OsgiManifestParserException

        public OsgiManifestParserException​(String manifestLocation,
                                           String message)