See: Description
| Exception | Description |
|---|---|
| IllegalEventException |
This exception in thrown by implementations of
JPhyloIOEventReceiver and indicates that a data adapter passed
an event that is illegal at the current position according to the grammar defined in the documentation of
JPhyloIOEventReader. |
| InconsistentAdapterDataException |
Exception which is thrown by an instance of
JPhyloIOEventWriter if the data in the specified DocumentDataAdapter
or one of its nested adapter classes is inconsistent. |
| JPhyloIOReaderException |
Exception thrown by implementations of
JPhyloIOEventReader, if an error during reading occurs. |
| JPhyloIOWriterException |
Exception thrown by implementations of
JPhyloIOEventWriter, if an error during writing occurs. |
| UnsupportedFormatFeatureException |
This exception is thrown by implementations of
JPhyloIOEventReader if a feature of their format is encountered
that is not supported by this reader. |
Note that exceptions that are specific for certain classes or packages may also be declared in according other packages.