edu.mssm.crover.tables.treatments
Class InadequateBindingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.mssm.crover.tables.treatments.InadequateBindingException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InadequateDestinationException, InadequateSourceException

public class InadequateBindingException
extends java.lang.Exception

Super-class for the binding exceptions. When a treatment is incorrectly bound to inadequate sources and/or destinations, exceptions of this kind are thrown.

See Also:
Serialized Form

Field Summary
 java.lang.Class expected
           
 java.lang.Class inadequate
           
 java.lang.Class treatment
           
 
Constructor Summary
InadequateBindingException(java.lang.Class expected, java.lang.Class inadequate, java.lang.Class treatment, java.lang.String type)
           
 
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
 

Field Detail

expected

public java.lang.Class expected

inadequate

public java.lang.Class inadequate

treatment

public java.lang.Class treatment
Constructor Detail

InadequateBindingException

public InadequateBindingException(java.lang.Class expected,
                                  java.lang.Class inadequate,
                                  java.lang.Class treatment,
                                  java.lang.String type)


Copyright @ 2003 Mount Sinai School of Medicine. All Rights Reserved.