Interface ContextAwareExceptionWrapper

All Superinterfaces:
ContextAware, FacesWrapper<Throwable>, LocationAware
All Known Implementing Classes:
ContextAwareELException, ContextAwareException, ContextAwareMethodNotFoundException, ContextAwarePropertyNotFoundException, ContextAwarePropertyNotWritableException, DefaultContextAwareELException

public interface ContextAwareExceptionWrapper extends FacesWrapper<Throwable>, ContextAware
A exception wrapper that "knows" interesting info about place where problem occurred.
Author:
martinkoci
See Also: