@Deprecated
public class ExceptionUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isAssignableFrom(java.lang.Class<?> to,
java.lang.Class<?> from)
Deprecated.
see Class.isAssignableFrom
|
static boolean |
isDelegateInstanceOf(AppianRuntimeException e,
java.lang.Class<? extends AppianException> targetExcepionClass)
Deprecated.
see AppianRuntimeException's isDelegateInstanceOf
|
static void |
printStackTrace(java.lang.Throwable t,
java.io.PrintWriter p)
Deprecated.
see Throwable.printStackTrace
|
@Deprecated public static boolean isAssignableFrom(java.lang.Class<?> to, java.lang.Class<?> from)
to
- from
- @Deprecated public static void printStackTrace(java.lang.Throwable t, java.io.PrintWriter p)
t
- p
- @Deprecated public static boolean isDelegateInstanceOf(AppianRuntimeException e, java.lang.Class<? extends AppianException> targetExcepionClass)
e
- targetExcepionClass
- Copyright © 2003-2024 Appian Corporation. All Rights Reserved.