Package javassist.bytecode
Class CodeAttribute.RuntimeCopyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javassist.bytecode.CodeAttribute.RuntimeCopyException
- All Implemented Interfaces:
Serializable
- Enclosing class:
CodeAttribute
An exception that may be thrown by
copy()
in CodeAttribute
.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RuntimeCopyException
Constructs an exception.
-