com.twelvemonkeys.io.ole2
Class CorruptDocumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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

Constructor Summary
CorruptDocumentException()
           
CorruptDocumentException(String pMessage)
           
CorruptDocumentException(Throwable pCause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CorruptDocumentException

public CorruptDocumentException()

CorruptDocumentException

public CorruptDocumentException(String pMessage)

CorruptDocumentException

public CorruptDocumentException(Throwable pCause)


Copyright © 2015. All Rights Reserved.