Class StackMapTable.RuntimeCopyException

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

    public static class StackMapTable.RuntimeCopyException
    extends java.lang.RuntimeException
    An exception that may be thrown by copy() in StackMapTable.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RuntimeCopyException​(java.lang.String s)
      Constructs an exception.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RuntimeCopyException

        public RuntimeCopyException​(java.lang.String s)
        Constructs an exception.