Class ClassFormatException

All Implemented Interfaces:
Serializable

public class ClassFormatException extends 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 $
Author:
M. Dahm
See Also:
  • Constructor Details

    • ClassFormatException

      public ClassFormatException()
    • ClassFormatException

      public ClassFormatException(String s)