uk.ac.ic.doc.automed.matching
Class IntegratorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--uk.ac.ic.doc.automed.matching.IntegratorException
All Implemented Interfaces:
java.io.Serializable

public class IntegratorException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
IntegratorException()
           
IntegratorException(java.lang.String msg)
           
IntegratorException(java.lang.String msg, java.lang.Throwable cause)
           
IntegratorException(java.lang.Throwable cause)
           
 
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
 

Constructor Detail

IntegratorException

public IntegratorException(java.lang.String msg)

IntegratorException

public IntegratorException()

IntegratorException

public IntegratorException(java.lang.String msg,
                           java.lang.Throwable cause)

IntegratorException

public IntegratorException(java.lang.Throwable cause)