Class TranslatorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.tinkerpop.gremlin.language.translator.TranslatorException
-
- All Implemented Interfaces:
Serializable
public class TranslatorException extends RuntimeException
Exception produced by theTranslator
when it encounters an error.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TranslatorException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TranslatorException
public TranslatorException(String message)
-
-