Package com.deltaxml.dita
Class DitaIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.deltaxml.core.exceptions.DeltaXMLException
com.deltaxml.dita.DitaIOException
- All Implemented Interfaces:
Serializable
DITA Input/Output Exceptions.
The DITA Map processing typically involves a significant amount of Input/Output processing, including the loading and copying of referenced resources. This class is used to represent problems with addressing, accessing, loading/reading, and saving/writing such resources. It is also used to represent problems with manipulating the references to these resources.
- See Also:
-
Method Summary
Methods inherited from class com.deltaxml.core.exceptions.DeltaXMLException
getCause, getThrowableMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString