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:
java.io.Serializable
public class ValidationException extends FOPException
Exception thrown during FO tree validation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidationException(java.lang.String message)
Construct a validation exception instance.ValidationException(java.lang.String message, org.xml.sax.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, setLocator
-
-
-
-
Constructor Detail
-
ValidationException
public ValidationException(java.lang.String message)
Construct a validation exception instance.- Parameters:
message
- a message
-
ValidationException
public ValidationException(java.lang.String message, org.xml.sax.Locator locator)
Construct a validation exception instance.- Parameters:
message
- a messagelocator
- a locator
-
-