|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.orbeon.oxf.common.OXFException
org.orbeon.oxf.common.ValidationException
Nested Class Summary |
Nested classes inherited from class org.orbeon.oxf.common.OXFException |
OXFException.StackTraceElement |
Constructor Summary | |
ValidationException(Exception exception,
LocationData locationData)
|
|
ValidationException(String message,
Exception exception,
LocationData locationData)
|
|
ValidationException(String message,
LocationData locationData)
|
Method Summary | |
void |
addLocationData(LocationData locationData)
|
List |
getAllLocationData()
|
static List |
getAllLocationData(Throwable throwable)
Return all the LocationData information for that throwable |
LocationData |
getLocationData()
|
String |
getMessage()
|
static LocationData |
getRootLocationData(Throwable throwable)
|
String |
getSimpleMessage()
|
static ValidationException |
wrapException(Exception e,
LocationData locationData)
|
Methods inherited from class org.orbeon.oxf.common.OXFException |
getNestedException, getNestedException, getRootThrowable, getStackTraceElements, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ValidationException(String message, LocationData locationData)
public ValidationException(Exception exception, LocationData locationData)
public ValidationException(String message, Exception exception, LocationData locationData)
Method Detail |
public static List getAllLocationData(Throwable throwable)
public static LocationData getRootLocationData(Throwable throwable)
public static ValidationException wrapException(Exception e, LocationData locationData)
public void addLocationData(LocationData locationData)
public LocationData getLocationData()
public List getAllLocationData()
public String getSimpleMessage()
public String getMessage()
getMessage
in class OXFException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |