Class SmallFrameworkParseException

All Implemented Interfaces:
Serializable

public class SmallFrameworkParseException extends SmallFrameworkException
An exception that is thrown when the framework finds a problem with parsing paths for controllers.
Author:
Matthew Tropiano
See Also:
  • Constructor Details

    • SmallFrameworkParseException

      public SmallFrameworkParseException()
      Creates a new exception.
    • SmallFrameworkParseException

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

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

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