Package org.teiid.client.util
Class ExceptionUtil
- java.lang.Object
-
- org.teiid.client.util.ExceptionUtil
-
public class ExceptionUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description ExceptionUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Throwable
convertException(Method method, Throwable exception)
static <T extends Throwable>
TgetExceptionOfType(Throwable ex, Class<T> cls)
static Throwable
sanitize(Throwable t, boolean perserveStack)
Strip out the message and optionally the stacktrace
-