org.nlogo.api
Class LogoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.nlogo.api.LogoException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EngineException, HaltException, SliderConstraint.RuntimeConstraintException

public abstract 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)
           
 
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

LogoException

public LogoException(String message)