public class StopParsingException extends SAXException
Constructor and Description |
---|
StopParsingException()
Create an exception.
|
StopParsingException(Object additionalContent)
Create an exception, with an additional content.
|
Modifier and Type | Method and Description |
---|---|
Object |
getAdditionalContent()
Return the exception additional content.
|
getCause, getException, getMessage, toString
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public StopParsingException()
public StopParsingException(Object additionalContent)
additionalContent
- the additional contentpublic Object getAdditionalContent()