Uses of Class
org.teiid.client.util.ExceptionHolder
-
Packages that use ExceptionHolder Package Description org.teiid.client.util -
-
Uses of ExceptionHolder in org.teiid.client.util
Methods in org.teiid.client.util that return types with arguments of type ExceptionHolder Modifier and Type Method Description static List<ExceptionHolder>
ExceptionHolder. toExceptionHolders(List<? extends Throwable> throwables)
Method parameters in org.teiid.client.util with type arguments of type ExceptionHolder Modifier and Type Method Description static List<Throwable>
ExceptionHolder. toThrowables(List<ExceptionHolder> exceptionHolders)
-