Class ProcessorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.tinkerpop.gremlin.process.traversal.dsl.ProcessorException
All Implemented Interfaces:
Serializable

public class ProcessorException extends Exception
Exception thrown by the GremlinDslProcessor.
Author:
Stephen Mallette (http://stephen.genoprime.com)
See Also:
  • Constructor Details

    • ProcessorException

      public ProcessorException(Element element, String msg, Object... args)
  • Method Details

    • getElement

      public Element getElement()