org.vmdb.hl7
Class MalformedMessageException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.vmdb.hl7.MalformedMessageException
All Implemented Interfaces:
java.io.Serializable

public class MalformedMessageException
extends java.lang.Exception

Malformed Message Exception.

Description: HL7 Network Connectivity For VMDB.

Copyright: Copyright (c) 2002-2003.

Company: Veterinary Medical Database (VMDB).

Thrown when an incoming message contains a Segment that cannot be parsed in accordance with the rule for the specified HL7 data type, or when an API call attempts to build an invalid Segment.

See Also:
Serialized Form

Constructor Summary
MalformedMessageException()
           
MalformedMessageException(java.lang.String sMsg)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MalformedMessageException

public MalformedMessageException()

MalformedMessageException

public MalformedMessageException(java.lang.String sMsg)

SourceForge.net Logo