|
EAF 7.6 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
com.lutris.util.FatalExceptionError
public class FatalExceptionError
Constructor Summary | |
---|---|
FatalExceptionError(java.lang.Exception except)
Constucts with an existing exception or error. |
Method Summary | |
---|---|
java.lang.Exception |
getException()
Get the exception that occured. |
java.lang.String |
getLocalizedMessage()
Get the localized message of the encapsulate exception. |
java.lang.String |
getMessage()
Get the detail message of the encapsulate exception. |
void |
printStackTrace()
Call the encapsulated object printStackTrack method with output to the standard error string. |
void |
printStackTrace(java.io.PrintStream str)
Call the encapsulated object printStackTrack method with output to a specified stream. |
void |
printStackTrace(java.io.PrintWriter pw)
Call the encapsulated object printStackTrack method with output to a specified stream print writer. |
java.lang.String |
toString()
Returns a string representation that includes this object and the encapsulated object. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FatalExceptionError(java.lang.Exception except)
except
- - Exception to encapsulate.Method Detail |
---|
public java.lang.Exception getException()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public java.lang.String getLocalizedMessage()
getLocalizedMessage
in class java.lang.Throwable
public java.lang.String toString()
toString
in class java.lang.Throwable
public void printStackTrace()
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintStream str)
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintWriter pw)
printStackTrace
in class java.lang.Throwable
|
EAF 7.6 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |