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 $
See Also:
  • Constructor Details

    • CorruptDocumentException

      public CorruptDocumentException()
    • CorruptDocumentException

      public CorruptDocumentException(String pMessage)
    • CorruptDocumentException

      public CorruptDocumentException(Throwable pCause)