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.
int 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
.