Uses of Class
org.apache.torque.util.ExceptionMapper

Packages that use ExceptionMapper
org.apache.torque.util Misc. 
 

Uses of ExceptionMapper in org.apache.torque.util
 

Subclasses of ExceptionMapper in org.apache.torque.util
 class ExceptionMapperImpl
          Default implementation of the ExceptionMapper interface.
 

Methods in org.apache.torque.util that return ExceptionMapper
static ExceptionMapper ExceptionMapper.getInstance()
          Returns the current instance of the Exception mapper to use.
 

Methods in org.apache.torque.util with parameters of type ExceptionMapper
static void ExceptionMapper.setInstance(ExceptionMapper newInstance)
          Sets a new instance of an Exception mapper to use.
 



Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.