ca.infoway.messagebuilder.marshalling
Class InvalidRenderInputException

Package class diagram package InvalidRenderInputException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ca.infoway.messagebuilder.marshalling.MarshallingException
                  extended by ca.infoway.messagebuilder.marshalling.RenderingException
                      extended by ca.infoway.messagebuilder.marshalling.InvalidRenderInputException
All Implemented Interfaces:
Serializable

public class InvalidRenderInputException
extends RenderingException

An exception indicating that the application tried to marshall a message part that did not follow the rules of marshalling.

Author:
Intelliware Development
See Also:
Serialized Form

Constructor Summary
InvalidRenderInputException(List<Hl7Error> hl7Errors)
           
 
Method Summary
 List<Hl7Error> getHl7Errors()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

InvalidRenderInputException

public InvalidRenderInputException(List<Hl7Error> hl7Errors)
Method Detail

getHl7Errors

public List<Hl7Error> getHl7Errors()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2013. All Rights Reserved.