java.lang.Object | ||||||
↳ | java.lang.Throwable | |||||
↳ | java.lang.Exception | |||||
↳ | java.lang.RuntimeException | |||||
↳ | com.thoughtworks.xstream.core.BaseException | |||||
↳ | com.thoughtworks.xstream.XStreamException | |||||
↳ | com.thoughtworks.xstream.converters.ConversionException |
![]() |
Thrown by Converter
implementations when they cannot convert an object
to/from textual data.
When this exception is thrown it can be passed around to things that accept an
ErrorWriter
, allowing them to add diagnostics to the stack trace.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Add some information to the error message.
| |||||||||||
Retrieve information of the error message.
| |||||||||||
Retrieve an iterator over all keys of the error message.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Add some information to the error message.
name | something to identify the type of information (e.g. 'XPath'). |
---|---|
information | detail of the message (e.g. '/blah/moo[3]' |
Retrieve information of the error message.
errorKey | the key of the message |
---|
Retrieve an iterator over all keys of the error message.