Uses of Class
org.springframework.extensions.surf.exception.PlatformRuntimeException

Packages that use PlatformRuntimeException
org.springframework.extensions.config   
org.springframework.extensions.surf.core.scripts   
org.springframework.extensions.surf.exception   
org.springframework.extensions.webscripts   
org.springframework.extensions.webscripts.processor   
 

Uses of PlatformRuntimeException in org.springframework.extensions.config
 

Subclasses of PlatformRuntimeException in org.springframework.extensions.config
 class ConfigException
          Exception thrown by the config service
 

Uses of PlatformRuntimeException in org.springframework.extensions.surf.core.scripts
 

Subclasses of PlatformRuntimeException in org.springframework.extensions.surf.core.scripts
 class ScriptException
           
 

Uses of PlatformRuntimeException in org.springframework.extensions.surf.exception
 

Subclasses of PlatformRuntimeException in org.springframework.extensions.surf.exception
 class WebScriptsPlatformException
          Exception thrown by the web scripts engine
 

Methods in org.springframework.extensions.surf.exception that return PlatformRuntimeException
static PlatformRuntimeException PlatformRuntimeException.create(String msgId, Object... objects)
          Helper factory method making use of variable argument numbers
static PlatformRuntimeException PlatformRuntimeException.create(Throwable cause, String msgId, Object... objects)
          Helper factory method making use of variable argument numbers
 

Uses of PlatformRuntimeException in org.springframework.extensions.webscripts
 

Subclasses of PlatformRuntimeException in org.springframework.extensions.webscripts
 class WebScriptException
          Web Script Exceptions.
 

Uses of PlatformRuntimeException in org.springframework.extensions.webscripts.processor
 

Subclasses of PlatformRuntimeException in org.springframework.extensions.webscripts.processor
 class PHPProcessorException
           
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.