Class Classfile.SkipClassException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Classfile

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

      Fields 
      Modifier and Type Field Description
      (package private) static long serialVersionUID
      serialVersionUID.
    • Constructor Summary

      Constructors 
      Constructor Description
      SkipClassException​(java.lang.String message)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Throwable fillInStackTrace()
      Speed up exception (stack trace is not needed for this exception).
      • Methods inherited from class java.lang.Throwable

        addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

    • Constructor Detail

      • SkipClassException

        public SkipClassException​(java.lang.String message)
        Constructor.
        Parameters:
        message - the message
    • Method Detail

      • fillInStackTrace

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