torero.model.exceptions
Class ModelException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--torero.model.exceptions.ModelException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AssignException, AssignLoopException, AssignmentIncompatibleException, AttributeNameException, SymbolNameException

public class ModelException
extends Exception

Parent exception class for deriving specialized model exception classes.

See Also:
Serialized Form

Constructor Summary
ModelException(String str)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModelException

public ModelException(String str)