Class FunctionExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
step.functions.type.FunctionExecutionException
All Implemented Interfaces:
Serializable

public class FunctionExecutionException extends Exception
See Also:
  • Field Details

    • error

      protected final step.core.reports.Error error
    • source

      protected final Exception source
  • Constructor Details

    • FunctionExecutionException

      public FunctionExecutionException(step.core.reports.Error error, Exception source)
  • Method Details

    • getError

      public step.core.reports.Error getError()
    • getSource

      public Exception getSource()