NoSuchColumnExceptionpublic class NoSuchColumnException extends Exception This exception is thrown when trying to get a column from a Row
using an invalid index or name. |
Constructors Summary |
---|
public NoSuchColumnException(String message)
super(message);
|
|