com.sun.tools.javac.jvm
Class ClassReader.BadClassFile

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sun.tools.javac.code.Symbol.CompletionFailure
                  extended by com.sun.tools.javac.jvm.ClassReader.BadClassFile
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ClassReader

public class ClassReader.BadClassFile
extends Symbol.CompletionFailure

Error Diagnoses

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class com.sun.tools.javac.code.Symbol.CompletionFailure
diag, errmsg, sym
 
Constructor Summary
ClassReader.BadClassFile(Symbol.TypeSymbol sym, JavaFileObject file, JCDiagnostic diag)
           
 
Method Summary
 
Methods inherited from class com.sun.tools.javac.code.Symbol.CompletionFailure
getDetailValue, getDiagnostic, getMessage, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

ClassReader.BadClassFile

public ClassReader.BadClassFile(Symbol.TypeSymbol sym,
                                JavaFileObject file,
                                JCDiagnostic diag)