| java.lang.Object | |||
| ↳ | java.lang.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | javax.xml.datatype.DatatypeConfigurationException | ||
Indicates a serious configuration error.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Create a new
|
||||||||||
|
|
Create a new
|
||||||||||
|
|
Create a new
|
||||||||||
|
|
Create a new
|
||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Print the the trace of methods from where the error
originated.
|
||||||||||
|
|
Print the the trace of methods from where the error
originated.
|
||||||||||
|
|
Print the the trace of methods from where the error
originated.
|
||||||||||
|
[Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
|
|||||||||||
From class
java.lang.Object
|
|||||||||||
Create a new
DatatypeConfigurationException
with
no specified detail message and cause.
Create a new
DatatypeConfigurationException
with
the specified detail message.
| message | The detail message. |
|---|
Create a new
DatatypeConfigurationException
with
the specified detail message and cause.
| message | The detail message. |
|---|---|
| cause |
The cause. A
null
value is permitted, and indicates that the cause is nonexistent or unknown.
|
Create a new
DatatypeConfigurationException
with
the specified cause.
| cause |
The cause. A
null
value is permitted, and indicates that the cause is nonexistent or unknown.
|
|---|
Print the the trace of methods from where the error originated. This will trace all nested exception objects, as well as this object.
| s | The writer where the dump will be sent to. |
|---|
Print the the trace of methods from where the error originated. This will trace all nested exception objects, as well as this object.
| s | The stream where the dump will be sent to. |
|---|
Print the the trace of methods from where the error originated. This will trace all nested exception objects, as well as this object.