NetLogo API
version 3.0.2

org.nlogo.api
Class LogoException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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

Constructor Summary
LogoException(String message)
           
 
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

LogoException

public LogoException(String message)

NetLogo API
version 3.0.2