fop 0.90alpha1

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
ValidationException(java.lang.String message)
           
ValidationException(java.lang.String message, org.xml.sax.Locator locator)
           
 
Methods inherited from class org.apache.fop.apps.FOPException
getMessage, getRootException, isLocationSet, printStackTrace, printStackTrace, printStackTrace, setLocation, setLocator
 
Methods inherited from class org.xml.sax.SAXException
getException, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage
 
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)

ValidationException

public ValidationException(java.lang.String message,
                           org.xml.sax.Locator locator)

fop 0.90alpha1

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