Searched refs:InstantiationError (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/
H A DInstantiationError.java42 class InstantiationError extends IncompatibleClassChangeError { class in inherits:IncompatibleClassChangeError
46 * Constructs an <code>InstantiationError</code> with no detail message.
48 public InstantiationError() { method in class:InstantiationError
53 * Constructs an <code>InstantiationError</code> with the specified
58 public InstantiationError(String s) { method in class:InstantiationError
/openjdk7/jdk/test/java/io/Serializable/misplacedArrayClassDesc/
H A DMisplacedArrayClassDesc.java71 } catch (InstantiationError e) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/developer/
H A DUsesJAXBContextFeature.java74 Error x = new InstantiationError(e.getMessage());
82 Error x = new InstantiationError(e.getMessage());
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DExceptionConstants.java87 public static final Class INSTANTIATION_ERROR = InstantiationError.class;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/field/
H A DGenericFieldRenderer.java56 throw new InstantiationError(e.getMessage());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/parser/
H A DXSOMParser.java247 throw new InstantiationError(e.getMessage());
/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DRMIClassLoader.java691 throw new InstantiationError(e.getMessage());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DPropertyFactory.java115 throw new InstantiationError(e.getMessage());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/
H A DClassFactory.java130 throw new InstantiationError(e.toString());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/sei/
H A DBodyBuilder.java213 Error x = new InstantiationError(e.getMessage());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/sei/
H A DEndpointResponseMessageBuilder.java222 Error x = new InstantiationError(e.getMessage());
/openjdk7/jdk/make/java/java/
H A DFILES_java.gmk120 java/lang/InstantiationError.java \

Completed in 79 milliseconds