|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NestedThrowable | |
org.jboss.util | Utility classes and interfaces. |
org.jboss.util.property | An advanced property access, managment and notification system. |
Uses of NestedThrowable in org.jboss.util |
Classes in org.jboss.util that implement NestedThrowable | |
class |
AbstractNestedThrowable
A common superclass for Throwable classes that can contain a nested Throwable detail object. |
class |
CoercionException
This exception is thrown to indicate that a problem has occured while trying to coerce an object. |
class |
DataConversionException
An exception throw to indicate a problem with some type of data conversion. |
class |
NestedError
A common superclass for Error classes that can contain a nested Throwable detail object. |
class |
NestedException
A common superclass for Exception classes that can contain a nested Throwable detail object. |
class |
NestedRuntimeException
A common superclass for RuntimeException classes that can contain a nested Throwable detail object. |
class |
NestedSQLException
A common superclass for SQLException classes that can contain a nested Throwable detail object. |
class |
NotCoercibleException
This exception is thrown to indicate that an object was not coercible. |
class |
UnexpectedThrowable
Thrown to indicate that a Throwable was caught but was not expected. |
Methods in org.jboss.util with parameters of type NestedThrowable | |
static void |
NestedThrowable.Util.checkNested(NestedThrowable parent,
Throwable child)
Check and possibly warn if the nested exception type is the same as the parent type (duplicate nesting). |
Uses of NestedThrowable in org.jboss.util.property |
Classes in org.jboss.util.property that implement NestedThrowable | |
class |
PropertyError
Thrown to indicate a fatal problem with the property system. |
class |
PropertyException
This exception is thrown to indicate a non-fatal problem with the property system. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |