uk.ac.ic.doc.automed
Class AutoMedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--uk.ac.ic.doc.automed.AutoMedException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AutoRepException, BadSchemaException, ConstructSchemeSyntaxException, DataSourceRepositoryException, IllegalOperationException, IntegrityException, ModelDefinitionsRepositoryException, NotFoundException, ObjectNotFoundException, RepositoryAccessException, SchemaModelingRepositoryException, SchemasNotIdenticalException, STRException, SyntaxException, TemplateExecutionRepositoryException, TemplateTransformationRepositoryException, TemplateTransformationSyntaxRepositoryException

public class AutoMedException
extends java.lang.Exception

The class root of all AutoMed generated exceptions. The class of exceptions generated by the uk.ac.ic.doc.automed.reps package.

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

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

AutoMedException

public AutoMedException(java.lang.String msg)
Creates an AutoMedException.

Parameters:
msg - message for the exception.