Class ProcessingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.tinkerpop.gremlin.server.ProcessingException
-
- All Implemented Interfaces:
Serializable
public class ProcessingException extends Exception
- Author:
- Stephen Mallette (http://stephen.genoprime.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessingException(GremlinError error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GremlinError
getError()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ProcessingException
public ProcessingException(GremlinError error)
-
-
Method Detail
-
getError
public GremlinError getError()
-
-