Class UnsupportedQueryException

All Implemented Interfaces:
Serializable

@PublicApi public class UnsupportedQueryException extends IllegalArgumentException
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 Details

    • UnsupportedQueryException

      public UnsupportedQueryException(String message)
    • UnsupportedQueryException

      public UnsupportedQueryException(String message, Exception e)