org.vmdb.hl7
Class MalformedSegmentException

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

public class MalformedSegmentException
extends java.lang.Exception

Malformed Segment 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
MalformedSegmentException()
           
MalformedSegmentException(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

MalformedSegmentException

public MalformedSegmentException()

MalformedSegmentException

public MalformedSegmentException(java.lang.String sMsg)

SourceForge.net Logo