at.dms.classfile
Class BadAccessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by at.dms.classfile.BadAccessorException
All Implemented Interfaces:
Serializable

public class BadAccessorException
extends Exception

This exception is to report unresolvable instruction accessors.

See Also:
Serialized Form

Constructor Summary
BadAccessorException()
          Constructs a BadAccessorException object.
BadAccessorException(String message)
          Constructs a BadAccessorException object.
 
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

BadAccessorException

public BadAccessorException()
Constructs a BadAccessorException object.


BadAccessorException

public BadAccessorException(String message)
Constructs a BadAccessorException object.

Parameters:
message - the detail message