Class GremlinTypeErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.tinkerpop.gremlin.process.traversal.GremlinTypeErrorException
-
- All Implemented Interfaces:
Serializable
public class GremlinTypeErrorException extends RuntimeException
We use this exception type to signify ERROR in Ternary Boolean Logics. This exception will never propagate to the user for boolean value expressions, it will always be ultimately reduced to FALSE.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GremlinTypeErrorException()
GremlinTypeErrorException(String message)
GremlinTypeErrorException(String message, Throwable cause)
GremlinTypeErrorException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-