Package org.apache.fop.fo
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 org.apache.fop.apps.FOPException
getLocalizedMessage, getMessage, getRootException, isLocationSet, printStackTrace, printStackTrace, printStackTrace, setLocalizedMessage, setLocation, setLocatorMethods inherited from class org.xml.sax.SAXException
getCause, getException, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
ValidationException
Construct a validation exception instance.- Parameters:
message- a message
-
ValidationException
Construct a validation exception instance.- Parameters:
message- a messagelocator- a locator
-