UnmodifiableClassException


UnmodifiableClassException java.lang.instrument

Java 5.0 serializable checked

An exception of this type is thrown from Instrumentation.redefineClasses( ) if a requested redefinition cannot be performed. This might occur, for example, if the redefinition attempts to add or remove members from the class.

Figure 10-84. java.lang.instrument.UnmodifiableClassException

 public class  UnmodifiableClassException  extends Exception {  // Public Constructors  public  UnmodifiableClassException  ( );        public  UnmodifiableClassException  (String  s  );   } 

Thrown By

Instrumentation.redefineClasses( )



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net