public class RowParseException extends Exception
Modifier and Type | Field and Description |
---|---|
String |
cellValue |
int |
colNum |
int |
rowNum |
String |
ruleID |
String |
ruleName |
Constructor and Description |
---|
RowParseException(String s)
Throw new RowParseException with message.
|
RowParseException(String s,
Exception e)
Throw new RowParseException with message amd cause.
|
RowParseException(String s,
int rowNum,
int colNum,
String cellValue)
Throw a new RowParseException with message and location.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public int rowNum
public int colNum
public String ruleID
public String ruleName
public String cellValue
Copyright © 2015–2020. All rights reserved.