Package jadex.bridge

Class StepAbortedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class StepAbortedException
    extends java.lang.RuntimeException
    Exception thrown when a step is aborted due to end state.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected IComponentStep<?> step
      The step.
      protected java.lang.String stepstring
      The step string (for remote).
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IComponentStep<?> getStep()
      Get the step.
      java.lang.String getStepstring()
      Get the step string.
      void setStepstring​(java.lang.String stepstring)
      Set the step string.
      java.lang.String toString()
      Include step in string.
      • Methods inherited from class java.lang.Throwable

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

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

      • stepstring

        protected java.lang.String stepstring
        The step string (for remote).
    • Constructor Detail

      • StepAbortedException

        public StepAbortedException()
        Create a new exception.
      • StepAbortedException

        public StepAbortedException​(IComponentStep<?> step)
        Create a new exception.
    • Method Detail

      • getStep

        public IComponentStep<?> getStep()
        Get the step.
        Returns:
        The step
      • getStepstring

        public java.lang.String getStepstring()
        Get the step string.
        Returns:
        the stepstring
      • setStepstring

        public void setStepstring​(java.lang.String stepstring)
        Set the step string.
        Parameters:
        stepstring - the stepstring to set
      • toString

        public java.lang.String toString()
        Include step in string.
        Overrides:
        toString in class java.lang.Throwable