Klasse ClassFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.aspectj.apache.bcel.classfile.ClassFormatException
Alle implementierten Schnittstellen:
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,v 1.3 2008/05/28 23:53:02 aclement Exp $
Autor:
M. Dahm
Siehe auch:
  • Konstruktordetails

    • ClassFormatException

      public ClassFormatException()
    • ClassFormatException

      public ClassFormatException(String s)