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:
java.io.Serializable
public class CorruptDocumentException extends java.io.IOException
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 $
- Author:
- Harald Kuhr, last modified by $Author: haku $
- See Also:
CompoundDocument
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CorruptDocumentException()
CorruptDocumentException(java.lang.String pMessage)
CorruptDocumentException(java.lang.Throwable pCause)
-