se.cambio.cds.util.exceptions
Class ModelException

Package class diagram package ModelException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by se.cambio.cds.util.exceptions.ModelException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ArchetypeNotFoundException, FormatErrorException, GuideNotCompiledException, GuideNotFoundException, InstanceNotFoundException, PatientNotFoundException

public abstract class ModelException
extends Exception

The root exception of all exceptions in the "Model".

See Also:
Serialized Form

Constructor Summary
protected ModelException()
           
protected ModelException(String message)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ModelException

protected ModelException()

ModelException

protected ModelException(String message)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2013 Cambio. All Rights Reserved.