|
Spring for Android | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.core.NestedExceptionUtils
public abstract class NestedExceptionUtils
Helper class for implementing exception classes which are capable of holding nested exceptions. Necessary because we can't share a base class among different exception types.
Mainly for use within the framework.
NestedRuntimeException
,
NestedCheckedException
,
NestedIOException
Constructor Summary | |
---|---|
NestedExceptionUtils()
|
Method Summary | |
---|---|
static java.lang.String |
buildMessage(java.lang.String message,
java.lang.Throwable cause)
Build a message for the given base message and root cause. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NestedExceptionUtils()
Method Detail |
---|
public static java.lang.String buildMessage(java.lang.String message, java.lang.Throwable cause)
message
- the base messagecause
- the root cause
|
Spring for Android | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |