org.vmdb.hl7
Class MalformedRuleException

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

public class MalformedRuleException
extends java.lang.Exception

Malformed Rule Exception.

Description: HL7 Network Connectivity For VMDB.
Copyright: Copyright (c) 2002-2003.
Company: Veterinary Medical Database (VMDB).
Thrown when the rule parser finds unbalanced delimiters or other problems with the rule string itself.

See Also:
Serialized Form

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

MalformedRuleException

public MalformedRuleException()

MalformedRuleException

public MalformedRuleException(java.lang.String sMsg)

SourceForge.net Logo