Class SqlValidatorException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static org.slf4j.Logger LOGGER  
      (package private) static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      SqlValidatorException​(java.lang.String message, java.lang.Throwable cause)
      Creates a new SqlValidatorException object.
    • 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
    • Field Detail

      • LOGGER

        private static final org.slf4j.Logger LOGGER
    • Constructor Detail

      • SqlValidatorException

        public SqlValidatorException​(java.lang.String message,
                                     java.lang.Throwable cause)
        Creates a new SqlValidatorException object.
        Parameters:
        message - error message
        cause - underlying cause