Class Table.ColumnNotFoundException

    • Constructor Summary

      Constructors 
      Constructor Description
      ColumnNotFoundException​(java.lang.String name)
      Constructs a ColumnNotFoundException.
      ColumnNotFoundException​(java.lang.String name, java.lang.Throwable cause)
      Constructs a ColumnNotFoundException.
    • 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

      • ColumnNotFoundException

        public ColumnNotFoundException​(java.lang.String name)
        Constructs a ColumnNotFoundException.
        Parameters:
        name - the name of the row.
      • ColumnNotFoundException

        public ColumnNotFoundException​(java.lang.String name,
                                       java.lang.Throwable cause)
        Constructs a ColumnNotFoundException.

        Note that the detail message associated with cause is not automatically incorporated in this exception's detail message.

        Parameters:
        name - the name of the row.
        cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)