|
||||||||
| 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.MapiMessageParseException
public class MapiMessageParseException
This exception is thrown when errors occur in parsing MapiMessage.
| Constructor Summary | |
|---|---|
MapiMessageParseException()
Initializes a new instance of the MapiMessageParseException class. |
|
MapiMessageParseException(String message)
Initializes a new instance of the MapiMessageParseException class. |
|
MapiMessageParseException(String message,
RuntimeException innerException)
Initializes a new instance of the MapiMessageParseException class. |
|
| 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 MapiMessageParseException()
Initializes a new instance of the MapiMessageParseException class.
public MapiMessageParseException(String message)
Initializes a new instance of the MapiMessageParseException class.
message - The error message.
public MapiMessageParseException(String message,
RuntimeException innerException)
Initializes a new instance of the MapiMessageParseException class.
message - The error message.innerException - The inner exception.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||