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:
java.io.Serializable
- Direct Known Subclasses:
InvalidOSGiManifestException
public class OsgiManifestParserException extends java.lang.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
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description OsgiManifestParserException(java.lang.String manifestLocation, java.lang.String message)
OsgiManifestParserException(java.lang.String location, java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-