Class Classfile.ClassfileFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
io.github.classgraph.Classfile.ClassfileFormatException
All Implemented Interfaces:
Serializable
Enclosing class:
Classfile

static class Classfile.ClassfileFormatException extends IOException
Thrown when a classfile's contents are not in the correct format.
  • Field Details

    • serialVersionUID

      static final long serialVersionUID
      serialVersionUID.
      See Also:
  • Constructor Details

    • ClassfileFormatException

      public ClassfileFormatException(String message)
      Constructor.
      Parameters:
      message - the message
    • ClassfileFormatException

      public ClassfileFormatException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - the message
      cause - the cause
  • Method Details

    • fillInStackTrace

      public Throwable fillInStackTrace()
      Speed up exception (stack trace is not needed for this exception).
      Overrides:
      fillInStackTrace in class Throwable
      Returns:
      this