| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.virtuosotechnologies.lib.error.ExceptionUtils
Various utilities for Java exceptions.
| Method Summary | |
static String | 
formatSimple(Throwable ex)
Generate a simple String representation of the given exception.  | 
static String | 
formatStackTrace(Throwable ex)
Generate a stack trace String representation of the given exception.  | 
static String | 
formatUserMessage(Throwable ex)
Generate a user-visible String representation of the given exception.  | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
public static String formatUserMessage(Throwable ex)
ex - throwable
public static String formatSimple(Throwable ex)
ex - throwable
public static String formatStackTrace(Throwable ex)
ex - throwable
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||