| Package | com.ericfeminella.errors |
| Class | public final class ContextMenuItemInvalidCaptionException |
| Inheritance | ContextMenuItemInvalidCaptionException AbstractException Error |
ContextMenuItem caption
either exceeds a maximum charachter length of 100, or if the caption is a
reserved word which is not used in conjunction with another word and / or
charachter, or an illegally reserved caption term is specified
See also
| Method | Defined by | ||
|---|---|---|---|
|
ContextMenuItemInvalidCaptionException(caption:String)
Thrown when a
ContextMenuItem caption fails to validate
with ContextMenuItemCaptionValidator
| ContextMenuItemInvalidCaptionException | ||