modesteditor.core.model
Class ModestException

java.lang.Object
  extended by modesteditor.core.model.Model
      extended by modesteditor.core.model.ModestException

public class ModestException
extends Model

Model of a MoDeST exception.


Field Summary
 
Fields inherited from class modesteditor.core.model.Model
column, length, line, name, parent
 
Constructor Summary
ModestException(java.lang.String name, int line, int column)
           
 
Method Summary
 void accept(IModelVisitor visitor, java.lang.Object passAlongArgument)
           
 
Methods inherited from class modesteditor.core.model.Model
getColumn, getLength, getLine, getName, getParent, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModestException

public ModestException(java.lang.String name,
                       int line,
                       int column)
Method Detail

accept

public void accept(IModelVisitor visitor,
                   java.lang.Object passAlongArgument)
Specified by:
accept in class Model