java.lang.Object java.lang.Throwable java.lang.Exception org.nlogo.api.LogoException
public abstract class LogoException
A runtime error that has occurred in NetLogo code.
As with any Exception, use the getMessage() method to get the error message.
Constructor Summary | |
---|---|
LogoException(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 |
Constructor Detail |
---|
public LogoException(String message)