com.spire.doc
Class FileCorruptException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.spire.doc.FileCorruptException

public class FileCorruptException
extends java.lang.Exception

Summary description for StreamReadError.

See Also:
Serialized Form

Constructor Summary
FileCorruptException()
          Default constructor.
FileCorruptException(java.lang.Exception innerExc)
          Initializes a new instance of the class.
FileCorruptException(com.spire.ms.System.Runtime.Serialization.SerializationInfo info, com.spire.ms.System.Runtime.Serialization.StreamingContext context)
          Throws Exception when document appears to be corrupted and impossible.
FileCorruptException(java.lang.String message)
          Throws Exception when document appears to be corrupted and impossible.
FileCorruptException(java.lang.String message, java.lang.Exception innerExc)
          Throws Exception when document appears to be corrupted and impossible.
 

Constructor Detail

FileCorruptException

public FileCorruptException()
Default constructor.


FileCorruptException

public FileCorruptException(java.lang.Exception innerExc)
Initializes a new instance of the class.

Parameters:
innerExc - The inner exc.

FileCorruptException

public FileCorruptException(java.lang.String message)
Throws Exception when document appears to be corrupted and impossible.

Parameters:
message -

FileCorruptException

public FileCorruptException(java.lang.String message,
                            java.lang.Exception innerExc)
Throws Exception when document appears to be corrupted and impossible.

Parameters:
message -
innerExc -

FileCorruptException

public FileCorruptException(com.spire.ms.System.Runtime.Serialization.SerializationInfo info,
                            com.spire.ms.System.Runtime.Serialization.StreamingContext context)
Throws Exception when document appears to be corrupted and impossible.

Parameters:
info -
context -