Algernon Software

org.algernon.aam
Class HaltException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.algernon.exception.AlgernonException
              extended byorg.algernon.exception.AlgernonRuntimeException
                  extended byorg.algernon.aam.HaltException
All Implemented Interfaces:
Serializable

public class HaltException
extends AlgernonRuntimeException

This exception is thrown when the processor executes a HALT opcode.

See Also:
Processor, Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
HaltException(String message)
          Creates a new HaltException.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HaltException

public HaltException(String message)
Creates a new HaltException.


Algernon Software