org.gjt.jclasslib.structures
Class InvalidByteCodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gjt.jclasslib.structures.InvalidByteCodeException
- All Implemented Interfaces:
- Serializable
- public class InvalidByteCodeException
- extends Exception
Exception relating to errors in the class file format of internal state
of the ClassFile structure and its substructures.
- Version:
- $Revision: 1.3 $ $Date: 2003/08/18 07:52:54 $
- Author:
- Ingo Kegel
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidByteCodeException
public InvalidByteCodeException()
- Constructor.
InvalidByteCodeException
public InvalidByteCodeException(String message)
- Constructor.
- Parameters:
message
-