Sun Message Library for HL7

com.stc.hl7.parser
Class HL7ParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.stc.hl7.parser.HL7ParsingException
All Implemented Interfaces:
java.io.Serializable

public class HL7ParsingException
extends java.lang.Exception

This Exception class represents the HL7 Parsing problem

See Also:
Serialized Form

Constructor Summary
HL7ParsingException()
          Constructor for HL7ParsingException
HL7ParsingException(java.lang.String msg)
          Constructor for HL7ParsingException
 
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

HL7ParsingException

public HL7ParsingException()
Constructor for HL7ParsingException


HL7ParsingException

public HL7ParsingException(java.lang.String msg)
Constructor for HL7ParsingException

Parameters:
msg - A message containing the exception information

Sun Message Library for HL7