public class QueryException extends TitanException
TitanVertex or TitanGraphQuery)
is invalid or could not be processed.| Constructor and Description |
|---|
QueryException(String msg) |
QueryException(String msg,
Throwable cause) |
QueryException(Throwable cause)
Constructs an exception with a generic message
|
isCausedByaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic QueryException(String msg)
msg - Exception messagepublic QueryException(String msg, Throwable cause)
msg - Exception messagecause - Cause of the exceptionpublic QueryException(Throwable cause)
cause - Cause of the exceptionCopyright © 2012–2015. All rights reserved.