Package chemaxon.search.api
Class UnsupportedQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
chemaxon.search.api.UnsupportedQueryException
- All Implemented Interfaces:
Serializable
Exception class which helps to differentiate query problems from others.
It may also show query and search option incompatibility as well.
- Since:
- JChem 5.11
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedQueryException(String message) UnsupportedQueryException(String message, Exception e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedQueryException
-
UnsupportedQueryException
-