|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aspose.email.FileCorruptedException
public class FileCorruptedException
Exception that is thrown during file reading, when the file appears to be corrupted and impossible to read.
| Constructor Summary | |
|---|---|
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. |
|
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||