@OpenApiAll public class PPTXParseErrorException extends ParseErrorException
columnNumber, fullMessage, lineNumber, source, template
Constructor and Description |
---|
PPTXParseErrorException(ParseErrorException message)
Constructs a new exception with the specified detail message.
|
PPTXParseErrorException(java.lang.String message)
Constructs a new exception with the specified detail message.
|
PPTXParseErrorException(java.lang.String message,
Template template,
int lineNumber,
int columnNumber,
java.lang.String source)
Constructs a new exception with the specified detail message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Return a full message.
|
void |
setOtherFile(boolean otherFile)
Set true if file is not on current slide.
|
java.lang.String |
toString()
Return string representation of this exception.
|
copy, getColumnNumber, getFullMessage, getLineNumber, getSource, getSourceMessage, getTemplate, setColumnNumber, setFullMessage, setLineNumber, setSource, setTemplate
public PPTXParseErrorException(java.lang.String message)
message
- the detail message. The detail message is saved for later retrieval by the
getMessage()
method.public PPTXParseErrorException(ParseErrorException message)
message
- the detail message. The detail message is saved for later retrieval by the
getMessage()
method.public PPTXParseErrorException(java.lang.String message, Template template, int lineNumber, int columnNumber, java.lang.String source)
message
- the detail message. The detail message is saved for later retrieval by the
getMessage()
method.template
- templatelineNumber
- line numbercolumnNumber
- column numbersource
- template content until offset of error character.public java.lang.String getMessage()
getMessage
in class ParseErrorException
public java.lang.String toString()
toString
in class ParseErrorException
public void setOtherFile(boolean otherFile)
otherFile
- otherFileCopyright © 2010 - No Magic Asia