|
||||||||||
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 | |
LocationData |
getLocationData()
|
String |
getMessage()
|
static LocationData |
getRootLocationData(Throwable e)
|
String |
getSimpleMessage()
|
void |
setLocationData(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 LocationData getRootLocationData(Throwable e)
public void setLocationData(LocationData locationData)
public LocationData getLocationData()
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 |