PubException
Contents
[
Hide
]Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.aspose.ms.System.ApplicationException
public class PubException extends System.ApplicationException
Represents errors that occur during PUB application execution.
Constructors
Constructor | Description |
---|---|
PubException(String message) | Initializes a new instance of the PubException class. |
PubException(String message, Throwable innerException) | Initializes a new instance of the PubException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Methods
Method | Description |
---|---|
getMessage() | Gets a message that describes the current exception. |
PubException(String message)
public PubException(String message)
Initializes a new instance of the PubException class.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The message. |
PubException(String message, Throwable innerException)
public PubException(String message, Throwable innerException)
Initializes a new instance of the PubException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The error message that explains the reason for the exception. |
innerException | java.lang.Throwable | The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. |
getMessage()
public String getMessage()
Gets a message that describes the current exception.
Returns: java.lang.String