Class 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 Detail

      • GremlinTypeErrorException

        public GremlinTypeErrorException()
      • GremlinTypeErrorException

        public GremlinTypeErrorException​(String message)
      • GremlinTypeErrorException

        public GremlinTypeErrorException​(String message,
                                         Throwable cause)
      • GremlinTypeErrorException

        public GremlinTypeErrorException​(Throwable cause)