|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
boolean
Length and all values
are compared.
boolean
Length and all values
are compared.
booleans
s are equal using ==.
booleans
s are <, > or ==.
byte
Length and all values
are compared.
byte
Length and all values
are compared.
byte
s are equal using ==.
byte
s are <, > or ==.
char
Length and all values
are compared.
char
Length and all values
are compared.
char
s are equal using ==.
char
s are <, > or ==.
double
Length and all values
are compared.
double
Length and all values
are compared.
double
s are equal by testing that the
pattern of bits returned by doubleToLong are equal.
double
s are <, > or ==.
float
Length and all values
are compared.
float
Length and all values
are compared.
float
s are equal byt testing that the
pattern of bits returned by doubleToLong are equal.
double
s are <, > or ==.
int
Length and all values
are compared.
int
Length and all values
are compared.
int
s are equal using ==.
int
s are <, > or ==.
long
Length and all values
are compared.
long
Length and all values
are compared.
long
s are equal using ==.
long
s are <, > or ==.
Object
s are equal using their equals
method.
Object
s are equal using either the
compareTo
method, or native comparison if the Objects are
actually arrays.
short
Length and all values
are compared.
short
Length and all values
are compared.
short
s are equal using ==.
short
s are <, > or ==.
CompareTo
generation routines.
null
.
Equals
generation routines.
Throwable
objects.ExceptionUtils
.
Nestable
to be thrown.
Throwable
for a
getCause()
, getNextException()
,
getTargetException()
, or
getException()
method which returns a
Throwable
object (standard as of JDK 1.4, and part
of the NestableException
API),
extracting and returning the cause of the exception.
ExceptionUtils.getCause(Throwable)
by
introspecting for only user-specified method names.
instanceof
checks to examine the exception,
looking for well known types which could contain chained or
wrapped exceptions.
Throwable
.
Throwable
in the chain
of Throwable
s at the specified index, numbererd from 0.
Throwable
in the chain
of Throwable
s at the specified index, numbererd from 0.
Nestable
and any nested Throwable
s.
Throwable
s
in an array of Strings, one element for each message.
Throwable
s
in an array of Strings, one element for each message.
ExceptionUtils.getCause(Throwable)
, and
returns that exception.
getStackFrames(Throwable)
methods of this and the
NestableDelegate
classes.
Throwable
object, decomposing it into a list of
stack frames.
Throwable
object, decomposing it into a list of
stack frames.
Throwable
in the chain of
Throwable
s at the specified index, numbererd from 0.
Throwable
in the chain of
Throwable
s at the specified index, numbererd from 0.
Throwable
s contained in the
Nestable
contained by this delegate.
Throwable
s represented by
this Nestable
, including this Nestable
.
Throwable
objects in the
exception chain.
Nestable
and any nested
Throwable
s in an array of Throwable
s, one
element for each Throwable
.
Nestable
and any nested Throwable
s
in an array of Throwable
s, one element for each
Throwable
.
Throwable
objects in the
exception chain.
HashCode
generation routines.
Throwable
s, or -1 if the
specified type is not found in the chain.
Throwable
that matches the specified type in the chain of Throwable
s
held in this delegate's Nestable
with an index greater than
or equal to the specified index, or -1 if the type is not found.
Throwable
that matches the specified type in the chain of Throwable
s
with an index greater than or equal to the specified index, or -1 if
the type is not found.
ExceptionUtils.indexOfThrowable(Throwable, Class, int)
,
starting the search at the beginning of the exception chain.
Throwable
that matches the specified type in the
exception chain of Throwable
objects with an index
greater than or equal to the specified index, or
-1
if the type is not found.
Nestable
implementation).
Throwable
extensions which would like to be able to nest root exceptions
inside themselves.NestableDelegate
instance to manage the
specified Nestable
.
NestableError
without specified
detail message.
NestableError
with specified
detail message.
NestableError
with specified
detail message and nested Throwable
.
NestableError
with specified
nested Throwable
.
NestableException
without specified
detail message.
NestableException
with specified
detail message.
NestableException
with specified
detail message and nested Throwable
.
NestableException
with specified
nested Throwable
.
NestableRuntimeException
without specified
detail message.
NestableRuntimeException
with specified
detail message.
NestableRuntimeException
with specified
detail message and nested Throwable
.
NestableRuntimeException
with specified
nested Throwable
.
Number
objects.Object
manipulation routines.String
manipulation routines.max
values of the search string.
SerializationException
without specified
detail message.
SerializationException
with specified
detail message.
SerializationException
with specified
detail message and nested Throwable
.
SerializationException
with specified
nested Throwable
.
StandardToStringStyle
works with ToStringBuilder to create a
toString.
String
manipulation routines.System
class helpers.ToString
generation routine.
ToStringStyle
works with ToStringBuilder to create a
toString.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |