Class sunsoft.jws.visual.rt.type.ApplyException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sunsoft.jws.visual.rt.type.ApplyException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----sunsoft.jws.visual.rt.type.ApplyException

public class ApplyException
extends Exception
An exception thrown by type editors when there is a problem with the value during an apply. The Designer will place the error message into a popup window.
See Also:
TypeEditor

Constructor Index

 o ApplyException()
 o ApplyException(String)

Constructors

 o ApplyException
  public ApplyException()
 o ApplyException
  public ApplyException(String s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index