Class ExceptionHelper
java.lang.Object
org.apache.tinkerpop.gremlin.util.ExceptionHelper
Utility class with helpful functions for exceptions.
-
Method Details
-
getRootCause
A wrapper to Commons LangExceptionUtils.getRootCause(Throwable)which ensures that the root is either an inner cause to the exception or the exception itself (rather thannull). -
getMessageOrName
-
getMessageFromExceptionOrCause
-