Class ColumnException

    • Constructor Detail

      • ColumnException

        public ColumnException​(String s)
        Throw new ColumnException with message.
        Parameters:
        s - message
      • ColumnException

        public ColumnException​(String s,
                               Exception e)
        Throw new ColumnException with message and exception cause.
        Parameters:
        s - message
        e - cause