Package | Description |
---|---|
com.hof.mi.etl |
Modifier and Type | Method and Description |
---|---|
ETLElement |
ETLException.getElementType() |
static ETLElement |
ETLElement.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ETLElement[] |
ETLElement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ETLException |
ETLException.getETLException(ETLElement elementType,
java.lang.String elementUid,
java.lang.Object data,
java.lang.String messageKey,
java.lang.Throwable e) |
static void |
ETLException.throwETLException(ETLElement elementType,
java.lang.String elementUid,
java.lang.Object data,
java.lang.String messageKey,
java.lang.Throwable e) |
Constructor and Description |
---|
ETLException(ETLElement elementType,
java.lang.String elementUid,
java.lang.Object data,
java.lang.String messageKey,
java.lang.Throwable e) |