org.nlogo.nvm
Class EngineException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.nlogo.api.LogoException
              extended by org.nlogo.nvm.EngineException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ArgumentTypeException

public class EngineException
extends LogoException

See Also:
Serialized Form

Field Summary
 Context context
           
 Instruction instruction
           
 
Constructor Summary
EngineException(Context context, Instruction instruction, String message)
           
EngineException(Context context, String message)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

context

public Context context

instruction

public Instruction instruction
Constructor Detail

EngineException

public EngineException(Context context,
                       Instruction instruction,
                       String message)

EngineException

public EngineException(Context context,
                       String message)