Package com.twelvemonkeys.io.ole2
Class CorruptDocumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.twelvemonkeys.io.ole2.CorruptDocumentException
- All Implemented Interfaces:
Serializable
Thrown when an OLE 2 compound document is considered corrupt.
- Version:
- $Id: //depot/branches/personal/haraldk/twelvemonkeys/release-2/twelvemonkeys-core/src/main/java/com/twelvemonkeys/io/ole2/CorruptDocumentException.java#3 $
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCorruptDocumentException
(String pMessage) CorruptDocumentException
(Throwable pCause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CorruptDocumentException
public CorruptDocumentException() -
CorruptDocumentException
-
CorruptDocumentException
-