|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcz.cuni.amis.utils.ExceptionToString
public class ExceptionToString

Simple class that serialize (format) exception to the String allowing you to specify a message as a prefix of the whole string.
| Constructor Summary | |
|---|---|
ExceptionToString()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
process(java.lang.String message,
java.lang.Throwable e)
|
static java.lang.String |
process(java.lang.Throwable e)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExceptionToString()
| Method Detail |
|---|
public static java.lang.String process(java.lang.String message,
java.lang.Throwable e)
public static java.lang.String process(java.lang.Throwable e)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||