org.nlogo.nvm
Class EngineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.nlogo.api.LogoException
org.nlogo.nvm.EngineException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ArgumentTypeException
public class EngineException
- extends LogoException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
context
public Context context
instruction
public Instruction instruction
EngineException
public EngineException(Context context,
Instruction instruction,
String message)
EngineException
public EngineException(Context context,
String message)