com.tapina.robe.runtime
Class UndefinedInstructionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tapina.robe.runtime.DecoderException
              extended bycom.tapina.robe.runtime.UndefinedInstructionException
All Implemented Interfaces:
java.io.Serializable

public final class UndefinedInstructionException
extends DecoderException

Created by IntelliJ IDEA. User: gareth Date: Aug 26, 2003 Time: 6:02:29 PM

See Also:
Serialized Form

Constructor Summary
UndefinedInstructionException(int instruction)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class com.tapina.robe.runtime.DecoderException
setAddress
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

UndefinedInstructionException

public UndefinedInstructionException(int instruction)
Method Detail

getMessage

public final java.lang.String getMessage()
Specified by:
getMessage in class DecoderException


Copyright © 2003-2005 . All Rights Reserved.