public class FileCorruptedException extends AsposeException
Exception that is thrown during file reading, when the file appears to be corrupted and impossible to read.
Constructor and Description |
---|
FileCorruptedException()
Initializes a new instance of the
FileCorruptedException class. |
FileCorruptedException(String message)
Initializes a new instance of the
FileCorruptedException class with a specified error message. |
FileCorruptedException(String message,
RuntimeException inner)
Initializes a new instance of the
FileCorruptedException class with a specified error message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FileCorruptedException()
Initializes a new instance of the FileCorruptedException
class.
public FileCorruptedException(String message)
Initializes a new instance of the FileCorruptedException
class with a specified error message.
message
- A message that describes the error.public FileCorruptedException(String message, RuntimeException inner)
Initializes a new instance of the FileCorruptedException
class with a specified error message.
message
- A message that describes the error.inner
- The exception causing the current exception.Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.