Package jadex.bridge

Class StepInvalidException

  • All Implemented Interfaces:
    java.io.Serializable

    public class StepInvalidException
    extends java.lang.RuntimeException
    Exception thrown when a conditional step is invalid on execution.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected IComponentStep<?> step
      The step.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IComponentStep<?> getStep()
      Get the step.
      • 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

      • StepInvalidException

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

      • getStep

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