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:
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
-
-
Constructor Summary
Constructors Constructor Description InvalidOSGiManifestException(String manifestLocation, String message)
InvalidOSGiManifestException(String manifestLocation, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-