Uses of Interface
org.jboss.util.NestedThrowable
-
Packages that use NestedThrowable Package Description 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 Modifier and Type Class Description class
AbstractNestedThrowable
A common superclass for Throwable classes that can contain a nested Throwable detail object.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
UnexpectedThrowable
Thrown to indicate that a Throwable was caught but was not expected.Methods in org.jboss.util with parameters of type NestedThrowable Modifier and Type Method Description static void
NestedThrowable.Util. checkNested(NestedThrowable parent, java.lang.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 Modifier and Type Class Description 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.
-