Class SyntaxException

All Implemented Interfaces:
Serializable

public class SyntaxException extends Exception
Deprecated.
no longer used.
Indicates that there is a syntax error in an SQL expression.
See Also:
  • Constructor Details

    • SyntaxException

      public SyntaxException()
      Deprecated.
      exclude
      The default constructor.
    • SyntaxException

      public SyntaxException(String detail)
      Deprecated.
      Parameters:
      detail - information about the exception.
      exclude
      A constructor specifying details of the exception.