Class ExceptionHelper
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.server.util.ExceptionHelper
-
@Deprecated public final class ExceptionHelper extends Object
Deprecated.As of release 3.5.3, replaced byExceptionHelper
ingremlin-core
Utility class for working with exceptions.- Author:
- Stephen Mallette (http://stephen.genoprime.com)
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static String
getMessageFromExceptionOrCause(Throwable t)
Deprecated.static String
getMessageOrName(Throwable t)
Deprecated.
-
-
-
Method Detail
-
getMessageOrName
@Deprecated public static String getMessageOrName(Throwable t)
Deprecated.
-
getMessageFromExceptionOrCause
@Deprecated public static String getMessageFromExceptionOrCause(Throwable t)
Deprecated.
-
-