Package java.lang
-
Class Summary Class Description ClassLoader This stripped down ClassLoader class is simply here to give us cross-platform support for code that might need a valid classloader. -
Exception Summary Exception Description ClassNotFoundException IllegalAccessException An IllegalAccessException is thrown when an application tries to reflectively create an instance (other than an array), set or get a field, or invoke a method, but the currently executing method does not have access to the definition of the specified class, field, method or constructor.NoSuchMethodException Thrown when a particular method cannot be found.ReflectiveOperationException Common superclass of exceptions thrown by reflective operations in core reflection. -
Error Summary Error Description OutOfMemoryError Thrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector.VirtualMachineError Thrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating.