org.hl7.xml.validator
Class ValidatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.hl7.xml.validator.ValidatorException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FeatureException

public class ValidatorException
extends java.lang.Exception

Base exception for all exceptions thrown by Validation.

Author:
Eric Chen
See Also:
Serialized Form

Constructor Summary
ValidatorException()
           
ValidatorException(java.lang.Exception ex)
           
ValidatorException(java.lang.Exception ex, java.lang.String message)
           
ValidatorException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidatorException

public ValidatorException()

ValidatorException

public ValidatorException(java.lang.Exception ex)

ValidatorException

public ValidatorException(java.lang.String message)

ValidatorException

public ValidatorException(java.lang.Exception ex,
                          java.lang.String message)