Class NoViewDriverException

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

public class NoViewDriverException extends javax.servlet.ServletException
Exception thrown when a suitable view driver for a view name could not be found.
Author:
Matthew Tropiano
See Also:
  • Constructor Details

    • NoViewDriverException

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

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