All Classes and Interfaces
Class
Description
This stripped down ClassLoader class is simply here to give us cross-platform support for code
that might need a valid classloader.
only a dummy for gwt compiler
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.
InvocationTargetException is a checked exception that wraps an exception thrown by an invoked
method or constructor.
Thrown to indicate that a malformed URL has occurred.
This class provides the method
normalize which transforms Unicode text into an
equivalent composed or decomposed form, allowing for easier sorting and searching of text.This enum provides constants of the four Unicode normalization forms that are described in
Unicode Standard Annex #15
— Unicode Normalization Forms and two methods to access them.
Thrown when a particular method cannot be found.
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.
Common superclass of exceptions thrown by reflective operations in core reflection.
Thrown by a method invocation on a proxy instance if its invocation
handler's
invoke method throws a
checked exception (a Throwable that is not assignable
to RuntimeException or Error) that
is not assignable to any of the exception types declared in the
throws clause of the method that was invoked on the
proxy instance and dispatched to the invocation handler.Checked exception thrown to indicate that a string could not be parsed as a URI reference.
A stripped-down URL suitable for use in GWT client-side.
This stripped down URLClassLoader class is simply here to give us cross-platform support for code
that might need a valid classloader.
Thrown to indicate that the Java Virtual Machine is broken or has
run out of resources necessary for it to continue operating.