Class ExceptionIgnore<T>
java.lang.Object
org.ek9lang.core.ExceptionIgnore<T>
Just catches exceptions and ignores them.
Use carefully, typically this is for low level issues on closing io operations.
Where there is little that can actually be done in terms of dealing with the exception.
-
Constructor Details
-
ExceptionIgnore
public ExceptionIgnore()
-
-
Method Details
-
apply
-