Class DfQueryGenerationException

All Implemented Interfaces:
IDfException, Serializable

public class DfQueryGenerationException extends DfSearchException
This exception is thrown when unexpected condition is discovered during query generation process.
See Also:
  • Constructor Details

    • DfQueryGenerationException

      public DfQueryGenerationException()
      Internal constructor.
    • DfQueryGenerationException

      public DfQueryGenerationException(String errorCode)
      Internal constructor.
    • DfQueryGenerationException

      public DfQueryGenerationException(String errorCode, Object[] args)
      Internal constructor.
    • DfQueryGenerationException

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

      public DfQueryGenerationException(String errorCode, String arg0, String arg1, String arg2)
      Internal constructor.