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 classAbstractNestedThrowableA common superclass for Throwable classes that can contain a nested Throwable detail object.classNestedErrorA common superclass for Error classes that can contain a nested Throwable detail object.classNestedExceptionA common superclass for Exception classes that can contain a nested Throwable detail object.classNestedRuntimeExceptionA common superclass for RuntimeException classes that can contain a nested Throwable detail object.classNestedSQLExceptionA common superclass for SQLException classes that can contain a nested Throwable detail object.classUnexpectedThrowableThrown 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 voidNestedThrowable.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 classPropertyErrorThrown to indicate a fatal problem with the property system.classPropertyExceptionThis exception is thrown to indicate a non-fatal problem with the property system.
-