|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.vinculumtech.carrierwave.source.AbstractImageSource
The AbstractImageSource class provides a concrete implementation of the ImageSource
interface.
Constructor Summary | |
AbstractImageSource()
|
Method Summary | |
ExceptionPolicy |
getExceptionPolicy()
|
protected void |
handleException(java.lang.Throwable throwable)
Delegate the given Throwable instance to an available ExceptionPolicy instance, or simply log the error. |
void |
setExceptionPolicy(ExceptionPolicy exceptionPolicy)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.vinculumtech.carrierwave.source.ImageSource |
getImage |
Constructor Detail |
public AbstractImageSource()
Method Detail |
public ExceptionPolicy getExceptionPolicy()
getExceptionPolicy
in interface ImageSource
public void setExceptionPolicy(ExceptionPolicy exceptionPolicy)
setExceptionPolicy
in interface ImageSource
protected void handleException(java.lang.Throwable throwable)
throwable
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |