Packagecom.ericfeminella.errors
Classpublic final class ContextMenuItemInvalidCaptionException
InheritanceContextMenuItemInvalidCaptionException Inheritance AbstractException Inheritance Error

Throws an exception specifying that a 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

com.ericfeminella.ui.ContextMenuItemCaptionValidator


Public Methods
 MethodDefined by
  
Thrown when a ContextMenuItem caption fails to validate with ContextMenuItemCaptionValidator
ContextMenuItemInvalidCaptionException
Constructor detail
ContextMenuItemInvalidCaptionException()constructor
public function ContextMenuItemInvalidCaptionException(caption:String)

Thrown when a ContextMenuItem caption fails to validate with ContextMenuItemCaptionValidator

Parameters
caption:String — invalid ContextMenuItem caption