edu.umd.cs.findbugs.classfile
Class InvalidClassFileFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.umd.cs.findbugs.classfile.CheckedAnalysisException
edu.umd.cs.findbugs.classfile.InvalidClassFileFormatException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ClassNameMismatchException
public class InvalidClassFileFormatException
- extends CheckedAnalysisException
- Author:
- David Hovemeyer
- See Also:
- Serialized Form
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 |
InvalidClassFileFormatException
public InvalidClassFileFormatException(ClassDescriptor classDescriptor,
ICodeBaseEntry codeBaseEntry)
InvalidClassFileFormatException
public InvalidClassFileFormatException(ClassDescriptor classDescriptor,
ICodeBaseEntry codeBaseEntry,
java.lang.Throwable cause)
InvalidClassFileFormatException
public InvalidClassFileFormatException(java.lang.String msg,
ClassDescriptor classDescriptor,
ICodeBaseEntry codeBaseEntry)
getClassDescriptor
public ClassDescriptor getClassDescriptor()
- Returns:
- Returns the ClassDescriptor of the class found to have an invalid format (null if unknown)
getCodeBaseEntry
public ICodeBaseEntry getCodeBaseEntry()
- Returns:
- Returns the codeBaseEntry.
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.