Class sunsoft.jws.visual.rt.type.ParseException
All Packages Class Hierarchy This Package Previous Next Index
Class sunsoft.jws.visual.rt.type.ParseException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----sunsoft.jws.visual.rt.base.VJException
|
+----sunsoft.jws.visual.rt.type.ParseException
- public class ParseException
- extends VJException
An exception thrown by converters when there is a problem with
the value during an apply. The Designer will place the error
message into a popup window.
- See Also:
- Converter
-
ParseException()
-
-
ParseException(String)
-
ParseException
public ParseException()
ParseException
public ParseException(String message)
All Packages Class Hierarchy This Package Previous Next Index