Package | Description |
---|---|
org.jboss.util |
Utility classes and interfaces.
|
org.jboss.util.property |
An advanced property access, managment and notification system.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
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).
|
Modifier and Type | Class and 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.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.