Class UncheckedException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UncheckedInterruptedException, UncheckedIOException, UncheckedParseException, UncheckedReflectiveOperationException, UncheckedSQLException

public class UncheckedException extends RuntimeException
Since:
0.8
Author:
Haiyang Li
See Also:
  • Constructor Details

    • UncheckedException

      public UncheckedException(Throwable cause)
      Constructor for UncheckedIOException.
      Parameters:
      cause -
    • UncheckedException

      public UncheckedException(String message, Throwable cause)
      Constructor for UncheckedIOException.
      Parameters:
      message -
      cause -
  • Method Details

    • getCause

      public Throwable getCause()
      Returns the cause of this exception.
      Overrides:
      getCause in class Throwable
      Returns:
      the IOException which is the cause of this exception.