be.fgov.ehealth.ehvalidator.exceptions
Class EhValidatorXmlValidationException

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.EhValidatorXmlValidationException
All Implemented Interfaces:
Serializable

public class EhValidatorXmlValidationException
extends RuntimeException

Exception thrown when an issue occurs during the XML validation of the file.

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

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

EhValidatorXmlValidationException

public EhValidatorXmlValidationException()

EhValidatorXmlValidationException

public EhValidatorXmlValidationException(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.