Class StepListenerFailedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class StepListenerFailedException
    extends java.lang.RuntimeException
    Exception to indicate a problem in a step listener.
    Author:
    Dave Syer, Michael Minella
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      ConstructorDescription
      StepListenerFailedException​(java.lang.String message, java.lang.Throwable t) 
    • Method Summary

      • 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

      • StepListenerFailedException

        public StepListenerFailedException​(java.lang.String message,
                                           java.lang.Throwable t)
        Parameters:
        message - describes the error to the user
        t - the exception that was thrown by a listener