|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
edu.umd.cs.findbugs.classfile.CheckedAnalysisException
edu.umd.cs.findbugs.classfile.InvalidClassFileFormatException
edu.umd.cs.findbugs.classfile.ClassNameMismatchException
public class ClassNameMismatchException
Exception to indicate that the class name defined in a class file does not match its expected class name (as indicated by its resource name).
| Constructor Summary | |
|---|---|
ClassNameMismatchException(ClassDescriptor expectedClassDescriptor,
ClassDescriptor loadedClassDescriptor,
ICodeBaseEntry codeBaseEntry)
Constructor. |
|
| Method Summary | |
|---|---|
ClassDescriptor |
getLoadedClassDescriptor()
|
| Methods inherited from class edu.umd.cs.findbugs.classfile.InvalidClassFileFormatException |
|---|
getClassDescriptor, getCodeBaseEntry, getMessage |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ClassNameMismatchException(ClassDescriptor expectedClassDescriptor,
ClassDescriptor loadedClassDescriptor,
ICodeBaseEntry codeBaseEntry)
expectedClassDescriptor - class descriptor we were expected based on the resource nameloadedClassDescriptor - class descriptor actually found in the class filecodeBaseEntry - codebase entry the class was loaded from| Method Detail |
|---|
public ClassDescriptor getLoadedClassDescriptor()
|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||