com.ca.jcs.processor.script
Interface ScriptPoolFactory.ExceptionUnwrapper

All Known Implementing Classes:
RhinoExceptionUnwrapper
Enclosing class:
ScriptPoolFactory

public static interface ScriptPoolFactory.ExceptionUnwrapper

Provide for plug-ins that know how to unwrap exceptions (e.g. NamingExceptions) thrown within scripts.


Method Summary
 Exception unwrap(Exception e)
           
 

Method Detail

unwrap

Exception unwrap(Exception e)


Created 2011-07-14 13:27 EST