com.tapina.robe.runtime
Class DecoderException

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

public abstract class DecoderException
extends java.lang.Exception

Created by IntelliJ IDEA. User: gareth Date: Sep 4, 2003 Time: 7:59:35 AM

See Also:
Serialized Form

Constructor Summary
DecoderException()
           
 
Method Summary
abstract  java.lang.String getMessage()
           
 void setAddress(int address)
           
 
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

DecoderException

public DecoderException()
Method Detail

setAddress

public final void setAddress(int address)

getMessage

public abstract java.lang.String getMessage()


Copyright © 2003-2005 . All Rights Reserved.