Package org.eclipse.tycho.core.osgitools
Class OsgiManifestParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.tycho.core.osgitools.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 Summary
Constructors Constructor Description OsgiManifestParserException(String manifestLocation, String message)
OsgiManifestParserException(String location, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-