|
NetLogo API version 2.1.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.nlogo.nvm.LogoException
A runtime error that has occurred in NetLogo code.
Use the getMessage() method to get the error message.
Field Summary | |
org.nlogo.nvm.Context |
context
internal use only |
org.nlogo.command.Instruction |
instruction
internal use only |
Constructor Summary | |
LogoException(org.nlogo.command.Instruction instruction,
String message)
internal use only |
|
LogoException(String message)
internal use only |
Method Summary | |
void |
rethrow(org.nlogo.nvm.Context context,
org.nlogo.command.Instruction instruction)
internal use only |
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 |
public org.nlogo.nvm.Context context
public org.nlogo.command.Instruction instruction
Constructor Detail |
public LogoException(String message)
public LogoException(org.nlogo.command.Instruction instruction, String message)
Method Detail |
public void rethrow(org.nlogo.nvm.Context context, org.nlogo.command.Instruction instruction) throws LogoException
LogoException
|
NetLogo API version 2.1.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |