Library:Apache Jakarta Commons Lang
Version:2.1
Compatibility:JDK 1.4
Exceptions in library Apache Jakarta Commons Lang.
NamePackageDescription
IllegalClassExceptionorg.apache.commons.lang

Thrown when an object is an instance of an unexpected type (a class or interface).

IncompleteArgumentExceptionorg.apache.commons.lang

Thrown to indicate an incomplete argument to a method.

NestableExceptionorg.apache.commons.lang.exceptionThe base class of all exceptions which can contain other exceptions.
NestableRuntimeExceptionorg.apache.commons.lang.exceptionThe base class of all runtime exceptions which can contain other exceptions.
NotImplementedExceptionorg.apache.commons.lang

Thrown to indicate that a block of code has not been implemented.

NullArgumentExceptionorg.apache.commons.lang

Thrown to indicate that an argument was null and should not have been.

SerializationExceptionorg.apache.commons.lang

Exception thrown when the Serialization process fails.

UnhandledExceptionorg.apache.commons.lang

Thrown when it is impossible or undesirable to consume or throw a checked exception.

Search