Uses of Class
org.apache.tinkerpop.gremlin.server.util.GremlinError
-
Packages that use GremlinError Package Description org.apache.tinkerpop.gremlin.server org.apache.tinkerpop.gremlin.server.util -
-
Uses of GremlinError in org.apache.tinkerpop.gremlin.server
Methods in org.apache.tinkerpop.gremlin.server that return GremlinError Modifier and Type Method Description GremlinError
ProcessingException. getError()
Constructors in org.apache.tinkerpop.gremlin.server with parameters of type GremlinError Constructor Description ProcessingException(GremlinError error)
-
Uses of GremlinError in org.apache.tinkerpop.gremlin.server.util
Methods in org.apache.tinkerpop.gremlin.server.util that return GremlinError Modifier and Type Method Description static GremlinError
GremlinError. binding()
static GremlinError
GremlinError. binding(int bindingsCount, int allowedSize)
static GremlinError
GremlinError. binding(String aliased)
static GremlinError
GremlinError. binding(Set<String> badBindings)
static GremlinError
GremlinError. failStep(Failure failure)
static GremlinError
GremlinError. general(Throwable t)
static GremlinError
GremlinError. invalidGremlinType(RequestMessage requestMessage)
static GremlinError
GremlinError. longFrame(Throwable t)
static GremlinError
GremlinError. longRequest(RequestMessage requestMessage)
static GremlinError
GremlinError. parsing(GremlinParserException error)
static GremlinError
GremlinError. rateLimiting()
static GremlinError
GremlinError. serialization(Exception ex)
static GremlinError
GremlinError. temporary(Throwable t)
static GremlinError
GremlinError. timedInterruptTimeout()
static GremlinError
GremlinError. timeout(RequestMessage requestMessage)
static GremlinError
GremlinError. wrongSerializer(Exception ex)
-