public class VariableErrorHandling
extends java.lang.Object
VariableErrorHandlingDescriptor
to configure the error handling for a single variable type.Modifier and Type | Field and Description |
---|---|
static VariableErrorHandling |
ERROR_MESSAGE
Replace an undefined variable with an error message
|
static VariableErrorHandling |
EXCEPTION
Throw an exception if an undefined variable is found
|
static VariableErrorHandling |
IGNORE
Ignore an undefined variable and leave it in place
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static VariableErrorHandling IGNORE
public static VariableErrorHandling ERROR_MESSAGE
public static VariableErrorHandling EXCEPTION