Class FunctionExecutionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class FunctionExecutionException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected step.core.reports.Error error  
      protected java.lang.Exception source  
    • Constructor Summary

      Constructors 
      Constructor Description
      FunctionExecutionException​(step.core.reports.Error error, java.lang.Exception source)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      step.core.reports.Error getError()  
      java.lang.Exception getSource()  
      • 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
    • Field Detail

      • error

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

        protected final java.lang.Exception source
    • Constructor Detail

      • FunctionExecutionException

        public FunctionExecutionException​(step.core.reports.Error error,
                                          java.lang.Exception source)
    • Method Detail

      • getError

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

        public java.lang.Exception getSource()