ca.uhn.hl7v2.validation
Class ValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ca.uhn.hl7v2.validation.ValidationException
All Implemented Interfaces:
java.io.Serializable

public class ValidationException
extends java.lang.Exception

A failure to validate against a rule.

Author:
Bryan Tripp
See Also:
Serialized Form

Constructor Summary
ValidationException()
          Creates a new instance of ValidationException without detail message.
ValidationException(java.lang.String msg)
          Constructs an instance of ValidationException with the specified detail message.
ValidationException(java.lang.String message, java.lang.Throwable cause)
           
ValidationException(java.lang.Throwable cause)
           
 
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

ValidationException

public ValidationException()
Creates a new instance of ValidationException without detail message.


ValidationException

public ValidationException(java.lang.String message,
                           java.lang.Throwable cause)
Parameters:
message -
cause -

ValidationException

public ValidationException(java.lang.Throwable cause)
Parameters:
cause -

ValidationException

public ValidationException(java.lang.String msg)
Constructs an instance of ValidationException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2001-2011 University Health Network. All Rights Reserved.