edu.rit.classfile
Class ByteCodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.rit.classfile.ClassfileException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.