Simple Machine

Machine
Class AbstractCPU.InvalidInstructionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by Machine.AbstractCPU.InvalidInstructionException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
AbstractCPU

public static class AbstractCPU.InvalidInstructionException
extends java.lang.Exception

Exception indicating than an invalid instruction was just detected by the CPU.

See Also:
Serialized Form

Constructor Summary
AbstractCPU.InvalidInstructionException()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractCPU.InvalidInstructionException

public AbstractCPU.InvalidInstructionException()

Simple Machine