Uses of Class
org.springframework.richclient.application.ApplicationException

Packages that use ApplicationException
org.springframework.richclient.application Base application interfaces/classes. 
org.springframework.richclient.command   
 

Uses of ApplicationException in org.springframework.richclient.application
 

Subclasses of ApplicationException in org.springframework.richclient.application
 class ConfigurationException
           Indicates that there is a problem with the runtime configuration of the application.
 class PropertyNotSetException
          Indicates that the initialization of an object has not set a required property.
 

Uses of ApplicationException in org.springframework.richclient.command
 

Subclasses of ApplicationException in org.springframework.richclient.command
 class CommandException
          Indicates that a runtime or configuration error has occurred within the Command framework.
 class CommandNotOfRequiredTypeException
          Indicates that a command object was not of the expected type.
 class InvalidGroupMemberEncodingException
          Indicates that an encoded string specifying a command group member type is not valid.
 class InvalidGroupMemberException
          Indicates that an object is not a valid member of a CommandGroup.
 



Copyright © 2004-2008 The Spring Framework. All Rights Reserved.