|
||||||||
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.AsposeException
public class AsposeException
Base exceptioon type for Aspose.Email Represents errors that occur during application execution.
Constructor Summary | |
---|---|
AsposeException()
Initializes a new instance of the T:Aspose.Email.AsposeException class. |
|
AsposeException(RuntimeException innerException)
Initializes a new instance of the T:Aspose.Email.AsposeException class
with a reference to the inner exception that is the cause of this exception. |
|
AsposeException(String message)
Initializes a new instance of the T:Aspose.Email.AsposeException class with a specified error message. |
|
AsposeException(String message,
RuntimeException innerException)
Initializes a new instance of the T:Aspose.Email.AsposeException class
with a specified error message and a reference to the inner exception that is the cause of this exception. |
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 AsposeException()
Initializes a new instance of the T:Aspose.Email.AsposeException
class.
public AsposeException(String message)
Initializes a new instance of the T:Aspose.Email.AsposeException
class with a specified error message.
message
- The message that describes the error.public AsposeException(String message, RuntimeException innerException)
Initializes a new instance of the T:Aspose.Email.AsposeException
class
with a specified error message and a reference to the inner exception that is the cause of this exception.
message
- The error message that explains the reason for the exception.innerException
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.public AsposeException(RuntimeException innerException)
Initializes a new instance of the T:Aspose.Email.AsposeException
class
with a reference to the inner exception that is the cause of this exception.
innerException
- The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |