be.fgov.ehealth.ehvalidator.exceptions
Class EhValidatorSchematronException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by be.fgov.ehealth.ehvalidator.exceptions.EhValidatorSchematronException
All Implemented Interfaces:
Serializable

public class EhValidatorSchematronException
extends RuntimeException

Exception thrown when an issue occurs during the validation of the Schematron Rules.

Since:
1.0
Author:
Charles-Louis de Maere
See Also:
Serialized Form

Constructor Summary
EhValidatorSchematronException()
           
EhValidatorSchematronException(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

EhValidatorSchematronException

public EhValidatorSchematronException()

EhValidatorSchematronException

public EhValidatorSchematronException(String message)
Parameters:
message - The message to be passed to the caller.


eHealth Validator Master project 1.2.0 API
Copyright © 2011 Smals. All Rights Reserved.