|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tangosol.util.WrapperException
public class WrapperException
A WrapperException wraps a Throwable object as a RuntimeException.
CheckedWrapperException| Constructor Summary | |
|---|---|
WrapperException(java.lang.String s)
Construct a WrapperException with a specified detail message. |
|
WrapperException(java.lang.Throwable e)
Construct a WrapperException from a Throwable object. |
|
WrapperException(java.lang.Throwable e,
java.lang.String s)
Construct a WrapperException from a Throwable object and an additional description. |
|
| Method Summary | |
|---|---|
java.lang.String |
getLocalizedMessage()
Creates a localized description of this WrapperException. |
java.lang.String |
getMessage()
Returns the error message string of this WrapperException object. |
java.lang.Throwable |
getOriginalException()
|
java.lang.String |
getWrapper()
|
java.lang.String |
toString()
Returns a short description of this WrapperException object. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Constructor Detail |
|---|
public WrapperException(java.lang.Throwable e,
java.lang.String s)
e - the Throwable objects - the additional descriptionpublic WrapperException(java.lang.Throwable e)
e - the Throwable objectpublic WrapperException(java.lang.String s)
s - the String that contains a detailed message| Method Detail |
|---|
public java.lang.Throwable getOriginalException()
public java.lang.String getWrapper()
public java.lang.String getMessage()
getMessage in class java.lang.ThrowableWrapperExceptionpublic java.lang.String getLocalizedMessage()
WrapperException.
Subclasses may override this method in order to produce a
locale-specific message. For subclasses that do not override this
method, the default implementation returns the same result as
getMessage().
getLocalizedMessage in class java.lang.ThrowableWrapperException.public java.lang.String toString()
toString in class java.lang.ThrowableWrapperException.
|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||