|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
com.allen_sauer.gwt.log.shared.UnwrappedClientThrowable
public class UnwrappedClientThrowable
Representation of a client-side thrown exception, which can be re-instantiated on the server.
Method Summary | |
---|---|
java.lang.Throwable |
fillInStackTrace()
Method does nothing. |
UnwrappedClientThrowable |
getCause()
Returns an UnwrappedClientThrowable . |
static UnwrappedClientThrowable |
getInstanceOrNull(WrappedClientThrowable wrapped)
|
java.lang.String |
getLocalizedMessage()
Returns the same value as getMessage() . |
java.lang.String |
getMessage()
Returns the same value as getMessage() . |
java.lang.Throwable |
initCause(java.lang.Throwable cause)
Unimplemented. |
java.lang.String |
toString()
Returns the result of calling toString() on the original exception. |
Methods inherited from class java.lang.Throwable |
---|
getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static UnwrappedClientThrowable getInstanceOrNull(WrappedClientThrowable wrapped)
public java.lang.Throwable fillInStackTrace()
fillInStackTrace
in class java.lang.Throwable
this
public UnwrappedClientThrowable getCause()
UnwrappedClientThrowable
.
getCause
in class java.lang.Throwable
UnwrappedClientThrowable
public java.lang.String getLocalizedMessage()
getMessage()
.
getLocalizedMessage
in class java.lang.Throwable
Throwable.getMessage()
from the original exceptionpublic java.lang.String getMessage()
getMessage()
.
getMessage
in class java.lang.Throwable
Throwable.getMessage()
from the original exceptionpublic java.lang.Throwable initCause(java.lang.Throwable cause)
initCause
in class java.lang.Throwable
cause
- unused parameter; an exception is thrown instead
java.lang.UnsupportedOperationException
public java.lang.String toString()
toString
in class java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |