Package org.eclipse.tycho.core.osgitools
Class InvalidOSGiManifestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.tycho.core.osgitools.OsgiManifestParserException
-
- org.eclipse.tycho.core.osgitools.InvalidOSGiManifestException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidOSGiManifestException extends OsgiManifestParserException
Exception signaling an otherwise valid MANIFEST does not have valid mandatory OSGi headers Bundle-SymbolicName or Bundle-Version.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description InvalidOSGiManifestException(java.lang.String manifestLocation, java.lang.String message)
InvalidOSGiManifestException(java.lang.String manifestLocation, java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-