| public class java.lang InstantiationError
|
Java SE 6 |
new
construct to instantiate an abstract class or an interface.
Normally, this error is caught by the compiler; this error can only occur at run time if the definition of a class has incompatibly changed.
| version | 1.13, 11/17/05 |
| since | JDK1.0 |
| Constructors | |||
|---|---|---|---|
| public | InstantiationError() Constructs an InstantiationError with no detail message.
| ||
| public | InstantiationError(String s) Details
Constructs an InstantiationError with the specified
detail message.
| ||
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|