Class ErrorHandlerException.CantInstantiate

All Implemented Interfaces:
Serializable
Enclosing class:
ErrorHandlerException

public static class ErrorHandlerException.CantInstantiate extends ErrorHandlerException
Exception indicates that provided error handler can't be instantiated.
See Also:
  • Constructor Details

    • CantInstantiate

      public CantInstantiate(String className)
      Build a new instance.
      Parameters:
      className - The class name
    • CantInstantiate

      public CantInstantiate(String className, Exception cause)
      Build a new instance.
      Parameters:
      className - The class name
      cause - The cause