Class ManifestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
network.ike.workspace.ManifestException
- All Implemented Interfaces:
Serializable
Thrown when a workspace manifest cannot be read or has invalid structure.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionManifestException(String message) Create an exception with a message.ManifestException(String message, Throwable cause) Create an exception with a message and cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ManifestException
Create an exception with a message.- Parameters:
message- description of the manifest problem
-
ManifestException
-