Package jadex.common
Class ErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jadex.common.ErrorException
- All Implemented Interfaces:
Serializable
Wrapper to set errors (e.g. ThreadDeath) as future exceptions.
Will be thrown as errors on get(), but passed as wrapped exception in
exceptionOccurred().
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ErrorException
Create an error exception.
-
-
Method Details
-
getError
Get the error.
-