public class FatalParserException extends ReportException
ReportException.setCause(Throwable)
and
Throwable.getCause()
.Constructor and Description |
---|
FatalParserException(java.lang.String tag,
org.xml.sax.Attributes atts,
java.lang.String msg,
int messageId)
Creates a fatal parser exception, which means that the parsing of a report
has been fatally terminated because the report was unreadable for a certain reason.
|
Modifier and Type | Method and Description |
---|---|
org.xml.sax.Attributes |
getAtts()
Returns the SAX attributes of the tag currently being parsed at the time of the exception.
|
java.lang.String |
getTag()
Returns the XML Tag currently being parsed at the time of the exception.
|
getErrorCode, setCause, toString
public FatalParserException(java.lang.String tag, org.xml.sax.Attributes atts, java.lang.String msg, int messageId)
tag
- XML Tag currently being parsed at the time of the exception. Null if not applicable.atts
- SAX attributes of the tag currently being parsed at the time of the exception. Null if not applicable.msg
- Message of the parser exceptionmessageId
- ID of the messagepublic java.lang.String getTag()
public org.xml.sax.Attributes getAtts()
Copyright © 1999-2018 by i-net software GmbH