Package org.dashbuilder.client.error
Class DefaultRuntimeErrorCallback
- java.lang.Object
-
- org.dashbuilder.client.error.DefaultRuntimeErrorCallback
-
@Dependent public class DefaultRuntimeErrorCallback extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringPARSING_JSON_MSGstatic StringPARSING_JSON_SYNTAX_MSGstatic StringSCRIPT_ERROR_MSG
-
Constructor Summary
Constructors Constructor Description DefaultRuntimeErrorCallback()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiderror(Throwable throwable)protected static StringextractMessageRecursively(Throwable t)protected static booleanisServerOfflineException(Throwable throwable)voidunlock()
-
-
-
Field Detail
-
PARSING_JSON_SYNTAX_MSG
public static final String PARSING_JSON_SYNTAX_MSG
- See Also:
- Constant Field Values
-
PARSING_JSON_MSG
public static final String PARSING_JSON_MSG
- See Also:
- Constant Field Values
-
SCRIPT_ERROR_MSG
public static final String SCRIPT_ERROR_MSG
- See Also:
- Constant Field Values
-
-