public interface IWarningInfo
Represents a base interface for all warnings.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Returns a human readable description of this warning.
|
int |
getWarningType()
Returns a type of warning.
|
void |
sendWarning(IWarningCallback receiver)
If receiver is not null ends warning to a specified receiver and throws the
AbortRequestedException if receiver decided to abort a operation.
|
void sendWarning(IWarningCallback receiver)
If receiver is not null ends warning to a specified receiver and throws the AbortRequestedException if receiver decided to abort a operation.
receiver - Receiver object IWarningCallbackint getWarningType()
Returns a type of warning.
Read-only WarningType(getWarningType()).
java.lang.String getDescription()
Returns a human readable description of this warning.
Read-only String.
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.