public class UncheckedException extends Exception:
Base class for exceptions that callers are not forced to catch.
throw UncheckedException("runtime failure")| Modifier and Type | Member | Description |
|---|---|---|
| public | UncheckedExceptionUncheckedException(message as String = ""): |
Creates an unchecked exception. |