public class XMLException
extends LocalizableException
Constructor and Description |
---|
XMLException()
Used to create XMLException.
|
XMLException(IStringResource message,
java.lang.Object... insertions)
Constructs an XMLException with the specified detail message with its (optional) insertions.
|
XMLException(java.lang.String msg)
Used to create XMLException with the given message.
|
XMLException(java.lang.Throwable cause,
IStringResource message,
java.lang.Object... insertions)
Constructs an XMLException with the specified detail message with its (optional) insertions.
|
public XMLException()
public XMLException(java.lang.String msg)
msg
- the message with which the XMLEXception to be created.public XMLException(java.lang.Throwable cause, IStringResource message, java.lang.Object... insertions)
cause
- message
- insertions
- public XMLException(IStringResource message, java.lang.Object... insertions)
message
- insertions
-