public class ConfigXMLParseException extends XMLStreamException
location, nested| Constructor and Description |
|---|
ConfigXMLParseException()
Constructs a new
ConfigXMLParseException instance. |
ConfigXMLParseException(Location location)
Constructs a new
ConfigXMLParseException instance. |
ConfigXMLParseException(String msg)
Constructs a new
ConfigXMLParseException instance with an initial message. |
ConfigXMLParseException(String msg,
Location location)
Constructs a new
ConfigXMLParseException instance with an initial message. |
ConfigXMLParseException(String msg,
Location location,
Throwable cause)
Constructs a new
ConfigXMLParseException instance with an initial message and cause. |
ConfigXMLParseException(String msg,
Throwable cause)
Constructs a new
ConfigXMLParseException instance with an initial message and cause. |
ConfigXMLParseException(String msg,
XMLStreamReader reader)
Constructs a new
ConfigXMLParseException instance with an initial message. |
ConfigXMLParseException(String msg,
XMLStreamReader reader,
Throwable cause)
Constructs a new
ConfigXMLParseException instance with an initial message and cause. |
ConfigXMLParseException(Throwable cause)
Constructs a new
ConfigXMLParseException instance with an initial cause. |
ConfigXMLParseException(Throwable cause,
Location location)
Constructs a new
ConfigXMLParseException instance with an initial cause. |
ConfigXMLParseException(Throwable cause,
XMLStreamReader reader)
Constructs a new
ConfigXMLParseException instance with an initial cause. |
ConfigXMLParseException(XMLStreamReader reader)
Constructs a new
ConfigXMLParseException instance. |
| Modifier and Type | Method and Description |
|---|---|
XMLLocation |
getLocation()
Get the location of this exception.
|
protected void |
setLocation(XMLLocation location)
Set the location of this exception.
|
getNestedExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConfigXMLParseException()
ConfigXMLParseException instance. The message is left blank (null), and no
cause is specified.public ConfigXMLParseException(String msg)
ConfigXMLParseException instance with an initial message. No cause is specified.msg - the messagepublic ConfigXMLParseException(Throwable cause)
ConfigXMLParseException instance with an initial cause. If a non-null cause is
specified, its message is used to initialize the message of this ConfigXMLParseException; otherwise the
message is left blank (null).cause - the causepublic ConfigXMLParseException(String msg, Throwable cause)
ConfigXMLParseException instance with an initial message and cause.msg - the messagecause - the causepublic ConfigXMLParseException(Location location)
ConfigXMLParseException instance. The message is left blank (null), and no
cause is specified.location - the location of the exceptionpublic ConfigXMLParseException(String msg, Location location)
ConfigXMLParseException instance with an initial message. No cause is specified.msg - the messagelocation - the location of the exceptionpublic ConfigXMLParseException(Throwable cause, Location location)
ConfigXMLParseException instance with an initial cause. If a non-null cause is
specified, its message is used to initialize the message of this ConfigXMLParseException; otherwise the
message is left blank (null).cause - the causelocation - the location of the exceptionpublic ConfigXMLParseException(String msg, Location location, Throwable cause)
ConfigXMLParseException instance with an initial message and cause.msg - the messagelocation - the location of the exceptioncause - the causepublic ConfigXMLParseException(XMLStreamReader reader)
ConfigXMLParseException instance. The message is left blank (null), and no
cause is specified.reader - an XML reader at the position of the problempublic ConfigXMLParseException(String msg, XMLStreamReader reader)
ConfigXMLParseException instance with an initial message. No cause is specified.msg - the messagereader - an XML reader at the position of the problempublic ConfigXMLParseException(Throwable cause, XMLStreamReader reader)
ConfigXMLParseException instance with an initial cause. If a non-null cause is
specified, its message is used to initialize the message of this ConfigXMLParseException; otherwise the
message is left blank (null).cause - the causereader - an XML reader at the position of the problempublic ConfigXMLParseException(String msg, XMLStreamReader reader, Throwable cause)
ConfigXMLParseException instance with an initial message and cause.msg - the messagereader - an XML reader at the position of the problemcause - the causepublic XMLLocation getLocation()
getLocation in class XMLStreamExceptionprotected void setLocation(XMLLocation location)
location - the location of this exceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.