Uses of Class
org.apache.turbine.util.SystemError

Packages that use SystemError
org.apache.turbine.services.rundata Rundata Service provides a factory for the request cycle data objects. 
org.apache.turbine.util Various utilities used in Turbine and for Turbine based applications. 
 

Uses of SystemError in org.apache.turbine.services.rundata
 

Methods in org.apache.turbine.services.rundata that return SystemError
 SystemError[] DefaultTurbineRunData.getSystemErrors()
          Gets an array of system errors.
 

Methods in org.apache.turbine.services.rundata with parameters of type SystemError
 void DefaultTurbineRunData.setSystemError(SystemError err)
          Adds a critical system error.
 

Uses of SystemError in org.apache.turbine.util
 

Methods in org.apache.turbine.util that return SystemError
 SystemError[] RunData.getSystemErrors()
          Gets an array of system errors.
 

Methods in org.apache.turbine.util with parameters of type SystemError
 void RunData.setSystemError(SystemError err)
          Adds a critical system error.
 



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.