| 类 | 说明 |
|---|---|
| ExceptionMessageUtil | |
| NestedExceptionUtils |
Helper class for implementing exception classes which are capable of
holding nested exceptions.
|
| 异常错误 | 说明 |
|---|---|
| AnnotationConfigurationException |
Thrown by
AnnotationUtils and synthesized annotations
if an annotation is improperly configured. |
| AnnotationException |
Annotation related exception.
|
| AssertionFailure |
Indicates failure of an assertion: a possible bug in Hibernate.
|
| ClassLoadingException | |
| NestedIOException |
Subclass of
IOException that properly handles a root cause,
exposing the root cause just like NestedChecked/RuntimeException does. |
| NestedRuntimeException |
Handy class for wrapping runtime
Exceptions with a root cause. |
| PropertyNotFoundException |
Indicates that an expected getter or setter method could not be
found on a class.
|
| ReflectException |
Indicates failure of an assertion: a possible bug in Hibernate.
|
| SerializationException |
Thrown when a property cannot be serializaed/deserialized
|
| StrategySelectionException |
Indicates a problem performing the selection/resolution.
|
Copyright © 2020. All rights reserved.