@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public class InvalidLinkException
extends java.lang.Exception
| Constructor and Description |
|---|
InvalidLinkException(java.lang.String message)
Constructor.
|
InvalidLinkException(java.lang.String message,
Severity severity,
boolean presentInplace)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Severity |
getSeverity() |
boolean |
isPresentInplace() |
public InvalidLinkException(java.lang.String message)
message - Error message.public InvalidLinkException(java.lang.String message,
Severity severity,
boolean presentInplace)
message - Error message.severity - A hint about the severity of the exception.presentInplace - true if the error message should be presented right in the document area,
the same place where the link text should have been presented. false to report the error in the results area of the editor.public Severity getSeverity()
public boolean isPresentInplace()
true if the error message should be presented right in the document area,
the same place where the link text should have been presented.
false to report the error in the results area of the editor.© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.