uk.ac.ic.doc.automed
Class SSMDRException

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

public class SSMDRException
extends AutoMedException

The class of exceptions generated by SSMD.

Author:
Sasivimol Kittivoravitkul (sk297@doc.ic.ac.uk)
See Also:
Serialized Form

Constructor Summary
SSMDRException(java.lang.String msg)
          Creates a SSMDException.
 
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

SSMDRException

public SSMDRException(java.lang.String msg)
Creates a SSMDException.

Parameters:
msg - message for the exception.