| |
|
| java.lang.Object com.lutris.util.ExceptionUtils
ExceptionUtils | public class ExceptionUtils (Code) | | A collection of static methods that deal with Exceptions.
See Also: java.lang.Exception; author: Andy John |
describeException | public static String describeException(Exception e)(Code) | | Returns a text description of the Exception. This uses both the
toString() method and the printStackTrace()
method.
Parameters: e - The Exception to return a description of. A full description of the Exception. |
|
|
|