edu.rit.classfile
Class ByteCodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.rit.classfile.ClassfileException
              extended by edu.rit.classfile.ByteCodeException
All Implemented Interfaces:
Serializable

public class ByteCodeException
extends ClassfileException

Class ByteCodeException encapsulates the exception thrown when there was a problem determining an instruction's bytecodes.

See Also:
Serialized Form

Constructor Summary
ByteCodeException()
          Construct a new bytecode exception with no detail message.
ByteCodeException(String msg)
          Construct a new bytecode exception with the given detail message.
 
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

ByteCodeException

public ByteCodeException()
Construct a new bytecode exception with no detail message.


ByteCodeException

public ByteCodeException(String msg)
Construct a new bytecode exception with the given detail message.

Parameters:
msg - Detail message.


Copyright © 2001-2006 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.