|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.commons.lang.ExceptionUtil
public final class ExceptionUtil
Constructor Summary | |
---|---|
ExceptionUtil()
|
Method Summary | |
---|---|
static PageException |
addHint(PageExceptionImpl pe,
String hint)
|
static String |
getStacktrace(Throwable t,
boolean addMessage)
|
static String |
similarKeyMessage(String[] keys,
String keySearched,
String keyLabel,
String keyLabels)
creates a message for key not found with soundex check for similar key |
static IOException |
toIOException(Throwable t)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExceptionUtil()
Method Detail |
---|
public static String getStacktrace(Throwable t, boolean addMessage)
public static PageException addHint(PageExceptionImpl pe, String hint)
public static String similarKeyMessage(String[] keys, String keySearched, String keyLabel, String keyLabels)
keys
- keyLabel
-
public static IOException toIOException(Throwable t)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |