Uses of Class
org.apache.turbine.util.SystemError
-
Packages that use SystemError Package Description 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 Modifier and Type Method Description SystemError[]DefaultTurbineRunData. getSystemErrors()Gets an array of system errors.Methods in org.apache.turbine.services.rundata with parameters of type SystemError Modifier and Type Method Description voidDefaultTurbineRunData. 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 Modifier and Type Method Description SystemError[]RunData. getSystemErrors()Gets an array of system errors.Methods in org.apache.turbine.util with parameters of type SystemError Modifier and Type Method Description voidRunData. setSystemError(SystemError err)Adds a critical system error.
-