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

Packages that use TurbineException
org.apache.turbine.om   
org.apache.turbine.services Contains the Service framework for Turbine. 
org.apache.turbine.services.assemblerbroker   
org.apache.turbine.services.db   
org.apache.turbine.services.factory   
org.apache.turbine.services.intake   
org.apache.turbine.services.intake.model   
org.apache.turbine.services.intake.validator   
org.apache.turbine.services.jsp   
org.apache.turbine.services.pool   
org.apache.turbine.services.resources   
org.apache.turbine.services.rundata   
org.apache.turbine.services.upload   
org.apache.turbine.services.velocity   
org.apache.turbine.services.webmacro   
org.apache.turbine.services.xmlrpc   
org.apache.turbine.util   
org.apache.turbine.util.db   
org.apache.turbine.util.pool   
org.apache.turbine.util.security   
 

Uses of TurbineException in org.apache.turbine.om
 

Methods in org.apache.turbine.om that throw TurbineException
abstract  void ObjectKey.setValue(java.lang.String s)
          Reset the underlying object using a String.
 void ComboKey.setValue(java.lang.String[] keys)
           
 void ComboKey.setValue(java.lang.String keys)
          Sets the internal representation using a String of the form produced by the toString method.
 

Constructors in org.apache.turbine.om that throw TurbineException
ComboKey(java.lang.String[] keys)
          Creates a compound ComboKey whose internal representation is a String array.
ComboKey(java.lang.String keys)
          Sets the internal representation to a String array.
 

Uses of TurbineException in org.apache.turbine.services
 

Subclasses of TurbineException in org.apache.turbine.services
 class InitializationException
          Thrown by Initable class in case of initialization problems.
 

Uses of TurbineException in org.apache.turbine.services.assemblerbroker
 

Methods in org.apache.turbine.services.assemblerbroker that throw TurbineException
 Assembler AssemblerBrokerService.getAssembler(java.lang.String type, java.lang.String name)
          Attempts to load an Assembler of a type with a given name
private  void TurbineAssemblerBrokerService.registerFactories(java.lang.String type)
          Utiltiy method to register all factories for a given type.
 Assembler TurbineAssemblerBrokerService.getAssembler(java.lang.String type, java.lang.String name)
          Attempt to retrieve an Assembler of a given type with a name.
 

Uses of TurbineException in org.apache.turbine.services.db
 

Methods in org.apache.turbine.services.db that throw TurbineException
 DatabaseMap TurbineMapBrokerService.getDatabaseMap()
          Returns the default database map information.
 DatabaseMap TurbineMapBrokerService.getDatabaseMap(java.lang.String name)
          Returns the database map information.
 DatabaseMap MapBrokerService.getDatabaseMap()
          Returns the default database map information.
 DatabaseMap MapBrokerService.getDatabaseMap(java.lang.String name)
          Returns the database map information.
static DatabaseMap TurbineDB.getDatabaseMap()
          Returns the default database map information.
static DatabaseMap TurbineDB.getDatabaseMap(java.lang.String name)
          Returns the database map information.
 

Uses of TurbineException in org.apache.turbine.services.factory
 

Methods in org.apache.turbine.services.factory that throw TurbineException
 java.lang.Object TurbineFactoryService.getInstance(java.lang.String className)
          Gets an instance of a named class.
 java.lang.Object TurbineFactoryService.getInstance(java.lang.String className, java.lang.ClassLoader loader)
          Gets an instance of a named class using a specified class loader.
 java.lang.Object TurbineFactoryService.getInstance(java.lang.String className, java.lang.Object[] params, java.lang.String[] signature)
          Gets an instance of a named class.
 java.lang.Object TurbineFactoryService.getInstance(java.lang.String className, java.lang.ClassLoader loader, java.lang.Object[] params, java.lang.String[] signature)
          Gets an instance of a named class using a specified class loader.
 boolean TurbineFactoryService.isLoaderSupported(java.lang.String className)
          Tests if specified class loaders are supported for a named class.
protected  java.lang.Object TurbineFactoryService.getInstance(java.lang.Class clazz)
          Gets an instance of a specified class.
protected  java.lang.Object TurbineFactoryService.getInstance(java.lang.Class clazz, java.lang.Object[] params, java.lang.String[] signature)
          Gets an instance of a specified class.
protected  Factory TurbineFactoryService.getFactory(java.lang.String className)
          Gets a customized factory for a named class.
 java.lang.Object FactoryService.getInstance(java.lang.String className)
          Gets an instance of a named class.
 java.lang.Object FactoryService.getInstance(java.lang.String className, java.lang.ClassLoader loader)
          Gets an instance of a named class using a specified class loader.
 java.lang.Object FactoryService.getInstance(java.lang.String className, java.lang.Object[] params, java.lang.String[] signature)
          Gets an instance of a named class.
 java.lang.Object FactoryService.getInstance(java.lang.String className, java.lang.ClassLoader loader, java.lang.Object[] params, java.lang.String[] signature)
          Gets an instance of a named class using a specified class loader.
 boolean FactoryService.isLoaderSupported(java.lang.String className)
          Tests if specified class loaders are supported for a named class.
 void Factory.init(java.lang.String className)
          Initializes the factory.
 java.lang.Object Factory.getInstance()
          Gets an instance of a class.
 java.lang.Object Factory.getInstance(java.lang.ClassLoader loader)
          Gets an instance of a class using a specified class loader.
 java.lang.Object Factory.getInstance(java.lang.Object[] params, java.lang.String[] signature)
          Gets an instance of a named class.
 java.lang.Object Factory.getInstance(java.lang.ClassLoader loader, java.lang.Object[] params, java.lang.String[] signature)
          Gets an instance of a named class using a specified class loader.
 

Uses of TurbineException in org.apache.turbine.services.intake
 

Methods in org.apache.turbine.services.intake that throw TurbineException
 Group TurbineIntakeService.getGroup(java.lang.String groupName)
          Gets an instance of a named group either from the pool or by calling the Factory Service if the pool is empty.
private  java.lang.Object TurbineIntakeService.pollInstance(java.lang.String groupName)
          Polls and recycles an object of the named group from the pool.
 Group TurbineIntakeService.PoolBuffer.poll()
          Polls for an instance from the pool.
 Group IntakeService.getGroup(java.lang.String groupName)
          Gets an instance of a named group either from the pool or by calling the Factory Service if the pool is empty.
static Group TurbineIntake.getGroup(java.lang.String groupName)
          Gets an instance of a named group either from the pool or by calling the Factory Service if the pool is empty.
 

Uses of TurbineException in org.apache.turbine.services.intake.model
 

Methods in org.apache.turbine.services.intake.model that throw TurbineException
 Field Field.init(RunData data)
          Method called when this field (the group it belongs to) is pulled from the pool.
 void Field.setProperty(java.lang.Object obj)
          Calls a setter method on obj, if this field has been set.
 Group Group.init(RunData data)
          Initializes the default Group with parameters from RunData.
 Group Group.init(java.lang.String key, RunData data)
          Initializes the Group with parameters from RunData corresponding to key.
 java.util.ArrayList Group.getObjects(RunData data)
          Describe getObjects method here.
 Field Group.get(java.lang.String fieldName)
          Get the Field .
 void Group.setProperties(java.lang.Object obj)
          Calls a setter methods on obj, for fields which have been set.
 

Uses of TurbineException in org.apache.turbine.services.intake.validator
 

Methods in org.apache.turbine.services.intake.validator that throw TurbineException
 void DefaultValidator.init(java.util.Map paramMap)
          Extract the relevant parameters from the constraints listed in tags within the intake.xml file.
 void NumberValidator.init(java.util.Map paramMap)
          Extract the relevant parameters from the constraints listed in tags within the intake.xml file.
 void Validator.init(java.util.Map inputParameters)
          Extract the relevant parameters from the constraints listed in tags within the intake.xml file.
 

Constructors in org.apache.turbine.services.intake.validator that throw TurbineException
DefaultValidator(java.util.Map paramMap)
           
NumberValidator(java.util.Map paramMap)
           
IntegerValidator(java.util.Map paramMap)
           
NumberKeyValidator(java.util.Map paramMap)
           
 

Uses of TurbineException in org.apache.turbine.services.jsp
 

Methods in org.apache.turbine.services.jsp that throw TurbineException
 void JspService.handleRequest(RunData data, java.lang.String templateName, boolean isForward)
          executes the JSP given by templateName.
 void JspService.handleRequest(RunData data, java.lang.String templateName)
          executes the JSP given by templateName.
 void TurbineJspService.handleRequest(RunData data, java.lang.String filename)
          Process the request
 void TurbineJspService.handleRequest(RunData data, java.lang.String filename, boolean isForward)
          Process the request
 

Uses of TurbineException in org.apache.turbine.services.pool
 

Methods in org.apache.turbine.services.pool that throw TurbineException
 java.lang.Object TurbinePoolService.getInstance(java.lang.String className)
          Gets an instance of a named class either from the pool or by calling the Factory Service if the pool is empty.
 java.lang.Object TurbinePoolService.getInstance(java.lang.String className, java.lang.ClassLoader loader)
          Gets an instance of a named class either from the pool or by calling the Factory Service if the pool is empty.
 java.lang.Object TurbinePoolService.getInstance(java.lang.String className, java.lang.Object[] params, java.lang.String[] signature)
          Gets an instance of a named class either from the pool or by calling the Factory Service if the pool is empty.
 java.lang.Object TurbinePoolService.getInstance(java.lang.String className, java.lang.ClassLoader loader, java.lang.Object[] params, java.lang.String[] signature)
          Gets an instance of a named class either from the pool or by calling the Factory Service if the pool is empty.
 boolean TurbinePoolService.isLoaderSupported(java.lang.String className)
          Tests if specified class loaders are supported for a named class.
 java.lang.Object TurbinePoolService.getInstance(java.lang.Class clazz)
          Gets an instance of a specified class either from the pool or by instatiating from the class if the pool is empty.
 java.lang.Object TurbinePoolService.getInstance(java.lang.Class clazz, java.lang.Object[] params, java.lang.String[] signature)
          Gets an instance of a specified class either from the pool or by instatiating from the class if the pool is empty.
private  java.lang.Object TurbinePoolService.pollInstance(java.lang.String className, java.lang.Object[] params, java.lang.String[] signature)
          Polls and recycles an object of the named class from the pool.
 java.lang.Object TurbinePoolService.PoolBuffer.poll(java.lang.Object[] params, java.lang.String[] signature)
          Polls for an instance from the pool.
static java.lang.Object TurbinePool.getInstance(java.lang.String className)
          Gets an instance of a named class either from the pool or by calling the Factory Service if the pool is empty.
static java.lang.Object TurbinePool.getInstance(java.lang.String className, java.lang.ClassLoader loader)
          Gets an instance of a named class either from the pool or by calling the Factory Service if the pool is empty.
static java.lang.Object TurbinePool.getInstance(java.lang.String className, java.lang.Object[] params, java.lang.String[] signature)
          Gets an instance of a named class either from the pool or by calling the Factory Service if the pool is empty.
static java.lang.Object TurbinePool.getInstance(java.lang.String className, java.lang.ClassLoader loader, java.lang.Object[] params, java.lang.String[] signature)
          Gets an instance of a named class either from the pool or by calling the Factory Service if the pool is empty.
static java.lang.Object TurbinePool.getInstance(java.lang.Class clazz)
          Gets an instance of a specified class either from the pool or by instatiating from the class if the pool is empty.
static java.lang.Object TurbinePool.getInstance(java.lang.Class clazz, java.lang.Object[] params, java.lang.String[] signature)
          Gets an instance of a specified class either from the pool or by instatiating from the class if the pool is empty.
 java.lang.Object PoolService.getInstance(java.lang.Class clazz)
          Gets an instance of a specified class either from the pool or by instatiating from the class if the pool is empty.
 java.lang.Object PoolService.getInstance(java.lang.Class clazz, java.lang.Object[] params, java.lang.String[] signature)
          Gets an instance of a specified class either from the pool or by instatiating from the class if the pool is empty.
 

Uses of TurbineException in org.apache.turbine.services.resources
 

Methods in org.apache.turbine.services.resources that throw TurbineException
static void TurbineResourceService.setPropertiesFileName(java.lang.String propertiesFileName)
          Deprecated.  
static void TurbineResourceService.setProperties(java.util.Properties properties)
          Init the service with the given properties object.
 

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

Methods in org.apache.turbine.services.rundata that throw TurbineException
 RunData TurbineRunDataService.getRunData(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.ServletConfig config)
          Gets a default RunData object.
 RunData TurbineRunDataService.getRunData(java.lang.String key, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.ServletConfig config)
          Gets a RunData instance from a specific configuration.
 RunData RunDataService.getRunData(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.ServletConfig config)
          Gets a default RunData object.
 RunData RunDataService.getRunData(java.lang.String key, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.ServletConfig config)
          Gets a RunData object from a specific configuration.
 

Uses of TurbineException in org.apache.turbine.services.upload
 

Methods in org.apache.turbine.services.upload that throw TurbineException
abstract  void BaseUploadService.parseRequest(javax.servlet.http.HttpServletRequest req, ParameterParser params, java.lang.String path)
           Processes an RFC 1867 compliant multipart/form-data stream.
 void TurbineUploadService.parseRequest(javax.servlet.http.HttpServletRequest req, ParameterParser params, java.lang.String path)
           Processes an RFC 1867 compliant multipart/form-data stream.
 void FileHandlerUploadService.parseRequest(javax.servlet.http.HttpServletRequest req, ParameterParser params, java.lang.String path)
          Deprecated. Processes an RFC 1867 compliant multipart/form-data stream.
 void OReillyUploadService.parseRequest(javax.servlet.http.HttpServletRequest req, ParameterParser params, java.lang.String path)
          Deprecated. Initiate the multipartParse in the uploader.
 void UploadService.parseRequest(javax.servlet.http.HttpServletRequest req, ParameterParser params, java.lang.String path)
           This method performs parsing the request, and storing the acquired information in apropriate places.
static void TurbineUpload.parseRequest(javax.servlet.http.HttpServletRequest req, ParameterParser params)
           Performs parsing the request and storing files and form fields.
static void TurbineUpload.parseRequest(javax.servlet.http.HttpServletRequest req, ParameterParser params, java.lang.String path)
           Performs parsing the request and storing files and form fields.
 

Uses of TurbineException in org.apache.turbine.services.velocity
 

Methods in org.apache.turbine.services.velocity that throw TurbineException
 void VelocityService.handleRequest(org.apache.velocity.context.Context context, java.lang.String filename, java.io.OutputStream out)
          Process the request and fill in the template with the values you set in the Context.
 java.lang.String TurbineVelocityService.handleRequest(org.apache.velocity.context.Context context, java.lang.String filename)
          Process the request and fill in the template with the values you set in the Context.
 void TurbineVelocityService.handleRequest(org.apache.velocity.context.Context context, java.lang.String filename, java.io.OutputStream output)
          Process the request and fill in the template with the values you set in the Context.
private  java.lang.String TurbineVelocityService.decodeRequest(org.apache.velocity.context.Context context, java.lang.String filename, java.io.OutputStream output)
          Process the request and fill in the template with the values you set in the Context.
private static void TurbineVelocityService.renderingError(java.lang.String filename, java.lang.Exception e)
          Macro to handle rendering errors.
 

Uses of TurbineException in org.apache.turbine.services.webmacro
 

Methods in org.apache.turbine.services.webmacro that throw TurbineException
 java.lang.String WebMacroService.handleRequest(org.webmacro.servlet.WebContext wc, java.lang.String template)
          Process the request and fill in the template with the values you set in the WebContext.
 java.lang.String TurbineWebMacroService.handleRequest(org.webmacro.servlet.WebContext wc, java.lang.String filename)
          Process the request and fill in the template with the values you set in the WebContext.
 

Uses of TurbineException in org.apache.turbine.services.xmlrpc
 

Methods in org.apache.turbine.services.xmlrpc that throw TurbineException
static java.lang.Object TurbineXmlRpc.executeRpc(java.net.URL url, java.lang.String methodName, java.util.Vector params)
          Execute a remote procedure call.
 void TurbineXmlRpcService.registerHandler(java.lang.String handlerName, java.lang.String handlerClass)
          A helper method that tries to initialize a handler and register it.
 java.lang.Object TurbineXmlRpcService.executeRpc(java.net.URL url, java.lang.String methodName, java.util.Vector params)
          Client's interface to XML-RPC.
 java.lang.Object XmlRpcService.executeRpc(java.net.URL url, java.lang.String methodName, java.util.Vector params)
          Execute a remote procedure call.
 

Uses of TurbineException in org.apache.turbine.util
 

Methods in org.apache.turbine.util that throw TurbineException
static RunData RunDataFactory.getRunData(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.ServletConfig config)
          Open way to get RunData information across Turbine..
 

Uses of TurbineException in org.apache.turbine.util.db
 

Constructors in org.apache.turbine.util.db that throw TurbineException
UUIdGenerator()
          Constructor
 

Uses of TurbineException in org.apache.turbine.util.pool
 

Methods in org.apache.turbine.util.pool that throw TurbineException
 void InitableRecyclable.init(java.lang.Object initObj)
          This method should be called after retrieving the object from the pool.
 

Uses of TurbineException in org.apache.turbine.util.security
 

Subclasses of TurbineException in org.apache.turbine.util.security
 class AccessControlException
          Thrown to indicate that the User attempted to perform an operation that was not permitted by the security settings.
 class DataBackendException
          Thrown to indicate that there was an error accessing the data backend of the SecurityService.
 class EntityExistsException
          Thrown upon an attempt to create an User,Role,Group or Permission that already exists.
 class PasswordMismatchException
          Thrown to indicate that the password supplied by user was incorrect.
 class TurbineSecurityException
          Thrown by SecurityService methods to indicate various problems.
 class UnknownEntityException
          Thrown to indicate that the User,Role,Group or Permission that was requested does not exist.
 



Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.