Class InvalidClassFileFormatException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClassNameMismatchException

public class InvalidClassFileFormatException extends CheckedAnalysisException
Author:
David Hovemeyer
See Also:
  • Constructor Details

  • Method Details

    • 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 String getMessage()
      Overrides:
      getMessage in class Throwable