Uses of Class java.lang.ClassFormatError

Uses in package java.lang.reflect

Classes derived from java.lang.ClassFormatError

class
Thrown on encountering a syntactically malformed signature in a reflective method.

Uses in package java.lang

Classes derived from java.lang.ClassFormatError

class
An UnsupportedClassVersionError is thrown when the Java Virtual Machine determines it does not support the major and minor version numbers in the class file it is attempting to read.

Methods which throw type java.lang.ClassFormatError

Class
ClassLoader.defineClass(byte[] data, int offset, int len)
Helper to define a class using a string of bytes.
Class
ClassLoader.defineClass(String name, byte[] data, int offset, int len)
Helper to define a class using a string of bytes without a ProtectionDomain.
Class
ClassLoader.defineClass(String name, byte[] data, int offset, int len, ProtectionDomain domain)
Helper to define a class using a string of bytes.
Class
Helper to define a class using the contents of a byte buffer.