org.nlogo.nvm
Class HaltException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.nlogo.api.LogoException
              extended by org.nlogo.nvm.HaltException
All Implemented Interfaces:
Serializable

public class HaltException
extends LogoException

See Also:
Serialized Form

Field Summary
 boolean haltAll
           
 
Constructor Summary
HaltException(boolean haltAll)
           
 
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
 

Field Detail

haltAll

public final boolean haltAll
Constructor Detail

HaltException

public HaltException(boolean haltAll)