Class DfQueryFormatException

All Implemented Interfaces:
IDfException, Serializable

public class DfQueryFormatException extends DfSearchException
This exception is thrown when format of a stored query cannot be recognized.
See Also:
  • Constructor Details

    • DfQueryFormatException

      public DfQueryFormatException()
      Internal constructor.
    • DfQueryFormatException

      public DfQueryFormatException(Object[] args)
      Internal constructor.
    • DfQueryFormatException

      public DfQueryFormatException(String errorCode, Throwable e)
      Internal constructor.
    • DfQueryFormatException

      public DfQueryFormatException(Throwable e)
      Internal constructor.