public class ParsingException extends GeneralSecurityException
Constructor and Description |
---|
ParsingException() |
ParsingException(String message) |
ParsingException(String message,
Throwable cause) |
ParsingException(Throwable cause) |
ParsingException(XMLStreamException xmle) |
Modifier and Type | Method and Description |
---|---|
Location |
getLocation() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ParsingException()
public ParsingException(String message)
public ParsingException(Throwable cause)
public ParsingException(XMLStreamException xmle)
Copyright © 2019 JBoss by Red Hat. All rights reserved.