java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.bcel.classfile.ClassFormatException
- All Implemented Interfaces:
- java.io.Serializable
- public class ClassFormatException
- extends java.lang.RuntimeException
Thrown when the BCEL attempts to read a class file and determines
that the file is malformed or otherwise cannot be interpreted as a
class file.
- Version:
- $Id: ClassFormatException.java 386056 2006-03-15 11:31:56Z tcurdt $
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ClassFormatException
public ClassFormatException()
ClassFormatException
public ClassFormatException(java.lang.String s)