Class PostProcessorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.fizzed.rocker.model.PostProcessorException
All Implemented Interfaces:
Serializable

public class PostProcessorException extends Exception
See Also:
  • Constructor Details

    • PostProcessorException

      public PostProcessorException(String message)
      Create a new instance of a PostProcessorException with the given message.
      Parameters:
      message - the error message
    • PostProcessorException

      public PostProcessorException(String message, Throwable cause)
      Create a new instance of a PostProcessorException with the given message and the causing Throwable.
      Parameters:
      message - the error message
      cause - the Throwable which caused this exception