Searched refs:ClassFormatError (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/
H A DClassFormatError.java37 class ClassFormatError extends LinkageError { class in inherits:LinkageError
41 * Constructs a <code>ClassFormatError</code> with no detail message.
43 public ClassFormatError() { method in class:ClassFormatError
48 * Constructs a <code>ClassFormatError</code> with the specified
53 public ClassFormatError(String s) { method in class:ClassFormatError
H A DUnsupportedClassVersionError.java36 class UnsupportedClassVersionError extends ClassFormatError {
H A DClassLoader.java547 * @throws ClassFormatError
569 throws ClassFormatError
612 * @throws ClassFormatError
633 throws ClassFormatError
675 ClassFormatError cfe, String source)
676 throws ClassFormatError
693 } catch (ClassFormatError cfe2) {
694 // If ClassFormatError occurs, try next transformer
699 // Rethrow original ClassFormatError if unable to transform
765 * @throws ClassFormatError
[all...]
/openjdk7/jdk/src/share/classes/java/lang/reflect/
H A DGenericSignatureFormatError.java36 public class GenericSignatureFormatError extends ClassFormatError {
H A DProxy.java641 } catch (ClassFormatError e) {
643 * A ClassFormatError here means that (barring bugs in the
/openjdk7/jdk/src/share/classes/sun/misc/
H A DClassFileTransformer.java31 * when ClassFormatError is thrown inside defineClass().
92 throws ClassFormatError;
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DExceptionConstants.java82 public static final Class CLASS_FORMAT_ERROR = ClassFormatError.class;
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DDirectoryLoader.java107 throw new ClassFormatError();
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DBinaryConstantPool.java92 throw new ClassFormatError("invalid constant type: " + (int)types[i]);
196 throw new ClassFormatError("invalid constant type: " +
265 } catch (ClassFormatError e) { }
316 throw new ClassFormatError("invalid constant type: "
H A DBinaryClass.java115 throw new ClassFormatError("wrong magic: " + magic + ", expected " + JAVA_MAGIC);
120 throw new ClassFormatError(
127 throw new ClassFormatError(
/openjdk7/jdk/test/java/lang/annotation/loaderLeak/
H A DMain.java117 throw new ClassFormatError();
/openjdk7/jdk/src/share/classes/sun/tracing/dtrace/
H A DDTraceProvider.java126 } catch (ClassFormatError e) {
128 * A ClassFormatError here means that (barring bugs in the
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTemplatesImpl.java363 catch (ClassFormatError e) {
/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletClassLoader.java837 } else if (e instanceof ClassFormatError) {
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DVirtualMachineImpl.java321 throw new ClassFormatError(
/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DBatchEnvironment.java576 } catch (ClassFormatError e) {
/openjdk7/jdk/make/java/java/
H A DFILES_java.gmk114 java/lang/ClassFormatError.java \

Completed in 126 milliseconds