Class KeywordException

java.lang.Object
java.lang.Throwable
java.lang.Exception
step.handlers.javahandler.KeywordException
All Implemented Interfaces:
Serializable

public class KeywordException extends Exception
See Also:
  • Constructor Details

    • KeywordException

      public KeywordException(Output<?> output, Throwable cause)
    • KeywordException

      public KeywordException(Output<?> output)
  • Method Details

    • getOutput

      public Output<?> getOutput()