Class SmallFrameworkSetupException

All Implemented Interfaces:
Serializable

public class SmallFrameworkSetupException extends SmallFrameworkException
An exception that is thrown when the framework finds a problem with constructing controllers or filters.
Author:
Matthew Tropiano
See Also:
  • Constructor Details

    • SmallFrameworkSetupException

      public SmallFrameworkSetupException()
      Creates a new exception.
    • SmallFrameworkSetupException

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

      public SmallFrameworkSetupException(Throwable exception)
      Creates a new exception.
      Parameters:
      exception - the exception cause.
    • SmallFrameworkSetupException

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