|
||||||||
| 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.FormatNotSupportedException
public class FormatNotSupportedException
Exception that is thrown during document load, when the document format is not recognized or not supported by the component.
| Constructor Summary | |
|---|---|
FormatNotSupportedException()
Initializes a new instance of the FormatNotSupportedException class. |
|
FormatNotSupportedException(String message)
Initializes a new instance of the FormatNotSupportedException class with a specified error message. |
|
FormatNotSupportedException(String message,
RuntimeException inner)
Initializes a new instance of the FormatNotSupportedException 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 FormatNotSupportedException()
Initializes a new instance of the FormatNotSupportedException class.
public FormatNotSupportedException(String message)
Initializes a new instance of the FormatNotSupportedException class with a specified error message.
message - A message that describes the error.
public FormatNotSupportedException(String message,
RuntimeException inner)
Initializes a new instance of the FormatNotSupportedException 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 | |||||||