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
public class CorruptDocumentException
- extends 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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CorruptDocumentException
public CorruptDocumentException()
CorruptDocumentException
public CorruptDocumentException(String pMessage)
CorruptDocumentException
public CorruptDocumentException(Throwable pCause)
Copyright © 2015. All Rights Reserved.