Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.lutris.util
Class ExceptionUtils  view ExceptionUtils download ExceptionUtils.java

java.lang.Object
  extended bycom.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.
 
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
 

Constructor Detail

ExceptionUtils

private ExceptionUtils()
Do not instantiate objects of this class. Use the static methods.

Method Detail

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.