Class Classfile.SkipClassException

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

static class Classfile.SkipClassException extends IOException
Thrown when a classfile needs to be skipped.
  • Field Details

    • serialVersionUID

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

    • SkipClassException

      public SkipClassException(String message)
      Constructor.
      Parameters:
      message - the message
  • Method Details

    • fillInStackTrace

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