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:
java.io.Serializable
- Enclosing class:
- CodeAttribute
public static class CodeAttribute.RuntimeCopyException extends java.lang.RuntimeException
An exception that may be thrown bycopy()
inCodeAttribute
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeCopyException(java.lang.String s)
Constructs an exception.
-