org.orbeon.oxf.common
Class ValidationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.orbeon.oxf.common.OXFException
                  extended byorg.orbeon.oxf.common.ValidationException
All Implemented Interfaces:
Serializable

public class ValidationException
extends OXFException

See Also:
Serialized Form

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

ValidationException

public ValidationException(String message,
                           LocationData locationData)

ValidationException

public ValidationException(Exception exception,
                           LocationData locationData)

ValidationException

public ValidationException(String message,
                           Exception exception,
                           LocationData locationData)
Method Detail

getRootLocationData

public static LocationData getRootLocationData(Throwable e)

setLocationData

public void setLocationData(LocationData locationData)

getLocationData

public LocationData getLocationData()

getSimpleMessage

public String getSimpleMessage()

getMessage

public String getMessage()
Overrides:
getMessage in class OXFException