| An exception thrown by property editors when the user enters invalid text.
This exception should be thrown by PropertyEditor.setAsText(String)
when the text value is invalid. Unlike IllegalArgumentException ,
which NetBeans will pass directly to the console, instances of this class
will annotate themselves using the NetBeans error manager so that a pop-window
alerts the user to his or her mistake.
author: gjmurphy |