java.io.Serializable
public class BSFException
extends java.lang.Exception
Modifier and Type | Field | Description |
---|---|---|
static int |
REASON_EXECUTION_ERROR |
|
static int |
REASON_INVALID_ARGUMENT |
|
static int |
REASON_IO_ERROR |
|
static int |
REASON_OTHER_ERROR |
|
static int |
REASON_UNKNOWN_LANGUAGE |
|
static int |
REASON_UNSUPPORTED_FEATURE |
Constructor | Description |
---|---|
BSFException(int reason,
java.lang.String msg) |
|
BSFException(int reason,
java.lang.String msg,
java.lang.Throwable t) |
|
BSFException(java.lang.String msg) |
Modifier and Type | Method | Description |
---|---|---|
int |
getReason() |
|
java.lang.Throwable |
getTargetException() |
|
void |
printStackTrace() |
public static final int REASON_INVALID_ARGUMENT
public static final int REASON_IO_ERROR
public static final int REASON_UNKNOWN_LANGUAGE
public static final int REASON_EXECUTION_ERROR
public static final int REASON_UNSUPPORTED_FEATURE
public static final int REASON_OTHER_ERROR