gov.sns.xal.model
Class ModelException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--gov.sns.xal.XalException
                    |
                    +--gov.sns.xal.model.ModelException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EnsembleException, GenerationException, PropagationException, SynchronizationException

public class ModelException
extends XalException

See Also:
Serialized Form

Constructor Summary
ModelException()
          Creates a new instance of ModelException
ModelException(java.lang.String strMsg)
          Creates a new instance of ModelException with message
 
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

ModelException

public ModelException()
Creates a new instance of ModelException


ModelException

public ModelException(java.lang.String strMsg)
Creates a new instance of ModelException with message