javassist.bytecode
Class CodeAttribute.RuntimeCopyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavassist.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.
 
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.



Javassist, a Java-bytecode translator toolkit. Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.