Package jadex.bridge

Class StepAborted

  • All Implemented Interfaces:
    java.io.Serializable

    public class StepAborted
    extends java.lang.ThreadDeath
    An error thrown to abort the thread execution of a blocked component step.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      StepAborted()  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • StepAborted

        public StepAborted()