uk.ac.ic.doc.automed
Class STRException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--uk.ac.ic.doc.automed.AutoMedException
                    |
                    +--uk.ac.ic.doc.automed.STRException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SchemaTransformationRepositoryException

public class STRException
extends AutoMedException

The class of exceptions generated by STR.

Author:
Michael Boyd (mboyd@doc.ic.ac.uk)
, Nerissa Tong (nnyt98@doc.ic.ac.uk)
See Also:
Serialized Form

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

STRException

public STRException(java.lang.String msg)
Creates a STRException.

Parameters:
msg - message for the exception.