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 byExceptionHelperingremlin-coreUtility 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 StringgetMessageFromExceptionOrCause(Throwable t)Deprecated.static StringgetMessageOrName(Throwable t)Deprecated. 
 - 
 
- 
- 
Method Detail
- 
getMessageOrName
@Deprecated public static String getMessageOrName(Throwable t)
Deprecated. 
- 
getMessageFromExceptionOrCause
@Deprecated public static String getMessageFromExceptionOrCause(Throwable t)
Deprecated. 
 - 
 
 -