public abstract class Error
extends com.aspose.ms.System.Exception
The Error type corresponds to the set of all possible non-null references to exception objects,
including simple exceptions and DOMException.
| Constructor and Description |
|---|
Error(java.lang.String message)
Initializes a new instance of the
Error class. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage()
Gets a message that describes the current exception.
|
abstract java.lang.String |
getName()
Gets the error name.
|
getHResult, getInnerException, getType, setErrorCode, setHResult, toStringpublic Error(java.lang.String message)
Initializes a new instance of the Error class.
message - The message.