|
EAF 7.4 Implementation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lutris.util.ExceptionUtils
public class ExceptionUtils
A collection of static methods that deal with Exceptions.
java.lang.Exception;
Method Summary | |
---|---|
static java.lang.String |
describeException(java.lang.Exception e)
Returns a text description of the Exception. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String describeException(java.lang.Exception e)
toString()
method and the printStackTrace()
method.
e
- The Exception to return a description of.
|
EAF 7.4 Implementation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |