java.lang.Object
com.lutris.util.ExceptionUtils
- public class ExceptionUtils
- extends java.lang.Object
A collection of static methods that deal with Exceptions.
|
Constructor Summary |
private |
ExceptionUtils()
Do not instantiate objects of this class. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionUtils
private ExceptionUtils()
- Do not instantiate objects of this class. Use the static methods.
describeException
public static java.lang.String describeException(java.lang.Exception e)
- Returns a text description of the Exception. This uses both the
toString() method and the printStackTrace()
method.