public class FatalException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
FatalException(java.lang.String message)
Create an unchecked exception.
|
FatalException(java.lang.Throwable e)
Convert an exception into an unchecked exception, after appropriately reporting the unchecked
exception to the error stream.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getOriginalException()
Return the original checked exception that was converted into an unchecked exception (if any)
|
public FatalException(java.lang.String message)
message - A textual description of the error.public FatalException(java.lang.Throwable e)
e - The exception to convert to an unchecked FatalException.Copyright © 2013. All Rights Reserved.