Class ClientRuntimeError
- java.lang.Object
-
- org.dashbuilder.common.client.error.ClientRuntimeError
-
public class ClientRuntimeError extends Object
Class that wraps errors either captured or generated on client runtime.
-
-
Constructor Summary
Constructors Constructor Description ClientRuntimeError(String message)ClientRuntimeError(String message, Throwable e)ClientRuntimeError(Throwable e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCause()StringgetMessage()ThrowablegetRootCause()ThrowablegetThrowable()StringtoString()
-