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 Summary
Constructors Constructor Description ProcessorException(Element element, String msg, Object... args) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElementgetElement()- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 -