Class InvalidSQLException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidSQLException
    extends NanoDBException
    This exception is used to signal when a SQL query contains a semantic error that prevents its evaluation. For example, an expression like "MAX(AVG(a))" is invalid and cannot be evaluated.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidSQLException

        public InvalidSQLException()
      • InvalidSQLException

        public InvalidSQLException​(java.lang.String msg)
      • InvalidSQLException

        public InvalidSQLException​(java.lang.Throwable cause)
      • InvalidSQLException

        public InvalidSQLException​(java.lang.String msg,
                                   java.lang.Throwable cause)