Uses of Class
org.apache.torque.util.ExceptionMapper
-
Packages that use ExceptionMapper Package Description org.apache.torque.util Misc. utility classes. -
-
Uses of ExceptionMapper in org.apache.torque.util
Subclasses of ExceptionMapper in org.apache.torque.util Modifier and Type Class Description class
ExceptionMapperImpl
Default implementation of the ExceptionMapper interface.Methods in org.apache.torque.util that return ExceptionMapper Modifier and Type Method Description 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 Modifier and Type Method Description static void
ExceptionMapper. setInstance(ExceptionMapper newInstance)
Sets a new instance of an Exception mapper to use.
-