classUtils.javassist.bytecode
Class CodeAttribute.RuntimeCopyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by classUtils.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 by copy() in CodeAttribute.

See Also:
Serialized Form

Constructor Summary
CodeAttribute.RuntimeCopyException(java.lang.String s)
          Constructs an exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CodeAttribute.RuntimeCopyException

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