org.apache.cocoon.components.validation
Class ValidatorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.xml.sax.SAXException
              extended byorg.apache.cocoon.components.validation.ValidatorException
All Implemented Interfaces:
Serializable

public class ValidatorException
extends SAXException

An exception representing that a Validator was not able to detect or did not support a specified schema grammar language.

Author:
Pier Fumagalli
See Also:
Serialized Form

Constructor Summary
ValidatorException(String message)
          Create a new ValidatorException instance.
ValidatorException(String message, Exception exception)
          Create a new ValidatorException instance.
 
Methods inherited from class org.xml.sax.SAXException
getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidatorException

public ValidatorException(String message)

Create a new ValidatorException instance.


ValidatorException

public ValidatorException(String message,
                          Exception exception)

Create a new ValidatorException instance.



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