Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
org.apache.fop.apps.FOPException
org.apache.fop.fo.ValidationException
- All Implemented Interfaces:
Serializable
Exception thrown during FO tree validation.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValidationException(String message) Construct a validation exception instance.ValidationException(String message, Locator locator) Construct a validation exception instance. -
Method Summary
Methods inherited from class FOPException
getLocalizedMessage, getMessage, getRootException, isLocationSet, printStackTrace, printStackTrace, printStackTrace, setLocalizedMessage, setLocation, setLocatorMethods inherited from class SAXException
getCause, getException, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
ValidationException
Construct a validation exception instance.- Parameters:
message- a message
-
ValidationException
-