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 theGremlinDslProcessor.- Author:
- Stephen Mallette (http://stephen.genoprime.com)
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ProcessorException(Element element, String msg, Object... args)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ElementgetElement()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-