Class ViewProcessingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
com.blackrook.small.exception.views.ViewProcessingException
All Implemented Interfaces:
Serializable

public class ViewProcessingException extends javax.servlet.ServletException
Exception thrown when a something goes wrong in the view driver.
Author:
Matthew Tropiano
See Also:
  • Constructor Details

    • ViewProcessingException

      public ViewProcessingException(String message)
      Creates a new exception.
      Parameters:
      message - the exception message.
    • ViewProcessingException

      public ViewProcessingException(String message, Throwable exception)
      Creates a new exception with a message.
      Parameters:
      message - the exception message.
      exception - the exception cause.