java.lang.Objectcom.install4j.api.beans.VariableErrorHandling
public class VariableErrorHandling
Used in VariableErrorHandlingDescriptor
to configure the error handling for a single variable type.
Field Summary | |
---|---|
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 |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static VariableErrorHandling IGNORE
public static VariableErrorHandling ERROR_MESSAGE
public static VariableErrorHandling EXCEPTION
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object