All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static void |
attachStackFrame(BStruct error,
CallableUnitInfo callableUnitInfo) |
static void |
attachStackFrame(BStruct error,
WorkerExecutionContext context) |
static BStruct |
createCallCancelledException(CallableUnitInfo callableUnitInfo) |
static BStruct |
createCallFailedException(WorkerExecutionContext context,
Map<String,BStruct> errors) |
static BStruct |
createError(CallableUnitInfo callableUnitInfo,
String message) |
static BStruct |
createError(Context context,
boolean attachCallStack,
String message)
Create error Struct from given message.
|
static BStruct |
createError(Context context,
boolean attachCallStack,
String message,
BStruct cause)
Create error Struct from given error message and cause.
|
static BStruct |
createError(Context context,
boolean attachCallStack,
StructInfo errorType,
Object... values)
Create an error Struct from given struct type and message.
|
static BStruct |
createError(Context context,
int ip,
String message) |
static BStruct |
createError(Context context,
String message)
Create error Struct from given error message.
|
static BStruct |
createError(WorkerExecutionContext context,
String message) |
static BStruct |
createIllegalStateException(Context context,
String msg) |
static BStruct |
createNullRefException(CallableUnitInfo callableUnitInfo) |
static BStruct |
createNullRefException(Context context) |
static BStruct |
createNullRefException(WorkerExecutionContext context) |
static BStruct |
createTypeCastError(WorkerExecutionContext context,
String sourceType,
String targetType) |
static BStruct |
createTypeConversionError(WorkerExecutionContext context,
String errorMessage) |
static BRefValueArray |
generateCallStack(WorkerExecutionContext context,
CallableUnitInfo nativeCUI) |
static String |
getAggregatedRootErrorMessages(BStruct error) |
static String |
getCasueStackTrace(BStruct error) |
static String |
getCauseStackTraceArray(BRefValueArray cause) |
static String |
getPrintableStackTrace(BStruct error) |
static BStruct |
getStackFrame(CallableUnitInfo callableUnitInfo,
int ip) |
static BStruct |
getStackFrame(WorkerExecutionContext context) |