public class ODSParseErrorException extends ParseErrorException
columnNumber, fullMessage, lineNumber, source, template
Constructor and Description |
---|
ODSParseErrorException(ParseErrorException message)
Constructs a new exception with the specified detail message.
|
ODSParseErrorException(java.lang.String message)
Constructs a new exception with the specified detail message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Return a full message.
|
int |
getSheetNumber()
Return a sheet number.
|
void |
setSheetNumber(int sheetNumber)
Set a sheet number.
|
java.lang.String |
toString()
Return string representation of this exception.
|
copy, getColumnNumber, getFullMessage, getLineNumber, getSource, getSourceMessage, getTemplate, setColumnNumber, setFullMessage, setLineNumber, setSource, setTemplate
public ODSParseErrorException(java.lang.String message)
message
- the detail message. The detail message is saved for later retrieval by the
getMessage()
method.public ODSParseErrorException(ParseErrorException message)
message
- the detail message. The detail message is saved for later retrieval by the
getMessage()
method.public int getSheetNumber()
public void setSheetNumber(int sheetNumber)
sheetNumber
- the sheet number to setpublic java.lang.String getMessage()
getMessage
in class ParseErrorException
public java.lang.String toString()
toString
in class ParseErrorException
Copyright © 2010 - No Magic Asia