public class InconsistentAdapterDataException extends java.lang.RuntimeException
JPhyloIOEventWriter
if the data in the specified DocumentDataAdapter
or one of its nested adapter classes is inconsistent. (An example could be a sequence event referencing an OTU which is not
defined in the document adapter.)
In contrast to JPhyloIOWriterException
this exception is not checked, since implementations of DocumentDataAdapter
and its nested classes are usually expected to produce consistent event streams.
JPhyloIOWriterException
,
Serialized FormConstructor and Description |
---|
InconsistentAdapterDataException() |
InconsistentAdapterDataException(java.lang.String message) |
InconsistentAdapterDataException(java.lang.String message,
java.lang.Throwable cause) |
InconsistentAdapterDataException(java.lang.Throwable cause) |
public InconsistentAdapterDataException()
public InconsistentAdapterDataException(java.lang.String message, java.lang.Throwable cause)
public InconsistentAdapterDataException(java.lang.String message)
public InconsistentAdapterDataException(java.lang.Throwable cause)