install4j API

com.install4j.api.beans
Class VariableErrorHandling

java.lang.Object
  extended by com.install4j.api.beans.VariableErrorHandling

public class VariableErrorHandling
extends java.lang.Object

Used in VariableErrorHandlingDescriptor to configure the error handling for a single variable type.

Author:
ej-technologies GmbH

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

IGNORE

public static VariableErrorHandling IGNORE
Ignore an undefined variable and leave it in place


ERROR_MESSAGE

public static VariableErrorHandling ERROR_MESSAGE
Replace an undefined variable with an error message


EXCEPTION

public static VariableErrorHandling EXCEPTION
Throw an exception if an undefined variable is found

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

install4j API