Class UnhandledException

All Implemented Interfaces:
Serializable

public class UnhandledException extends SysException
Internal exception used to indicate that an exception was not handled correctly.
Since:
5.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details Link icon

    • UnhandledException Link icon

      public UnhandledException(Throwable exception)
      Constructs the exception with the exception that was not handled correctly.
      Parameters:
      exception - the exception that was not handled correctly.
  • Method Details Link icon

    • getUnhandledException Link icon

      public Throwable getUnhandledException()
      This method returns the exception that was not handled correctly.
      Returns:
      the exception that was not handled correctly.