Package jadex.common

Class ErrorException

All Implemented Interfaces:
Serializable

public class ErrorException extends Exception
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 Details

    • ErrorException

      public ErrorException(Error error)
      Create an error exception.
  • Method Details

    • getError

      public Error getError()
      Get the error.