public class TryCatchTransformer extends Object implements FunctionTransformer
Constructor and Description |
---|
TryCatchTransformer() |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.collections.Transformer |
getOnExceptionTransformer()
(Optional) If provided will execute on an Exception.
|
org.apache.commons.collections.Transformer |
getOnFinalTransformer()
(Optional) If provided will execute in the finally clause.
|
org.apache.commons.collections.Transformer |
getTransformer()
Main transformer to process the given input
|
void |
setOnExceptionTransformer(org.apache.commons.collections.Transformer onExceptionTransformer)
(Optional) If provided will execute on an Exception.
|
void |
setOnFinalTransformer(org.apache.commons.collections.Transformer onFinalTransformer)
(Optional) If provided will execute in the finally clause.
|
void |
setTransformer(org.apache.commons.collections.Transformer transformer)
Main transformer to process the given input
|
Object |
transform(Object input) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
apply
public Object transform(Object input)
transform
in interface org.apache.commons.collections.Transformer
public org.apache.commons.collections.Transformer getTransformer()
public void setTransformer(org.apache.commons.collections.Transformer transformer)
public org.apache.commons.collections.Transformer getOnExceptionTransformer()
public void setOnExceptionTransformer(org.apache.commons.collections.Transformer onExceptionTransformer)
public org.apache.commons.collections.Transformer getOnFinalTransformer()
public void setOnFinalTransformer(org.apache.commons.collections.Transformer onFinalTransformer)
Copyright © 2018. All rights reserved.