Class ErrorHandlerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.web.exception.ErrorHandlerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ErrorHandlerException.CantInstantiate, ErrorHandlerException.ClassNotFound, ErrorHandlerException.InvalidClass

public class ErrorHandlerException extends RuntimeException
All exceptions related to the error handler are subclasses of ErrorHandlerException.
See Also:
  • Constructor Details

    • ErrorHandlerException

      protected ErrorHandlerException(String message, Throwable cause)
      Build a new instance.
      Parameters:
      message - The detail message
      cause - The root cause
    • ErrorHandlerException

      protected ErrorHandlerException(String message)
      Build a new instance.
      Parameters:
      message - The detail message