javassist.bytecode
Class StackMapTable.RuntimeCopyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javassist.bytecode.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
StackMapTable.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

StackMapTable.RuntimeCopyException

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



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