Class CommandExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.uni_hildesheim.sse.easy.loader.CommandExecutionException
- All Implemented Interfaces:
Serializable
Indicates a failing execution.
- Author:
- Holger Eichelberger
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new execution exception. -
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 serialVersionUIDFor serialization.- See Also:
-
-
Constructor Details
-
CommandExecutionException
Creates a new execution exception.- Parameters:
cause- the cause for the exception
-