org.algernon.aam
Class HaltException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
org.algernon.exception.AlgernonException
              
org.algernon.exception.AlgernonRuntimeException
                  
org.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
 
| Fields inherited from class java.lang.Exception | 
 | 
 
| Fields inherited from class java.lang.Throwable | 
 | 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
HaltException
public HaltException(String message)
- Creates a new HaltException.