org.nlogo.api
Class LogoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.nlogo.api.LogoException
- All Implemented Interfaces:
- Serializable
- public class LogoException
- extends Exception
A runtime error that has occurred in NetLogo code.
As with any Exception, use the getMessage() method to get the error message.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LogoException
public LogoException(String message)