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

    • UnhandledException

      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

    • getUnhandledException

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