org.vmdb.hl7
Class MalformedFieldException

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

public class MalformedFieldException
extends java.lang.Exception

Malformed Field Exception.

Description: HL7 Network Connectivity For VMDB.

Copyright: Copyright (c) 2002-2003.

Company: Veterinary Medical Database (VMDB).

Thrown when an incoming message contains a Field or Component 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 Field or Component.

See Also:
Serialized Form

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

MalformedFieldException

public MalformedFieldException()

MalformedFieldException

public MalformedFieldException(java.lang.String sMsg)

SourceForge.net Logo