be.fgov.ehealth.ehvalidator.exceptions
Class EhValidatorXsltTransformException

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

public class EhValidatorXsltTransformException
extends RuntimeException

Exception thrown when an issue occurs during the XSLT transformation (either to HTML or XML).

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

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

EhValidatorXsltTransformException

public EhValidatorXsltTransformException()

EhValidatorXsltTransformException

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


eHealth Validator Service Master project 2.1.1 API
Copyright © 2013 eHealth. All Rights Reserved.