fop 2.1

org.apache.fop.fo
Class ValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xml.sax.SAXException
              extended by org.apache.fop.apps.FOPException
                  extended by 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
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
 
Methods inherited from class org.xml.sax.SAXException
getCause, getException, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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 message
locator - a locator

fop 2.1

Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.