Class BundleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.uni_hildesheim.sse.easy.loader.framework.BundleException
- All Implemented Interfaces:
Serializable
In case that a bundle manifest cannot be analyzed properly.
- Author:
- Holger Eichelberger
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBundleException(String message) Creates a new bundle exception from the givenmessage. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
BundleException
Creates a new bundle exception from the givenmessage.- Parameters:
message- the message characterizing the problem
-