Class ImageProcessor.ImageProcessorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- edu.cornell.mannlib.vitro.webapp.modules.imageProcessor.ImageProcessor.ImageProcessorException
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- ImageProcessor
public static class ImageProcessor.ImageProcessorException extends Exception
A problem with the image.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImageProcessorException(String message)ImageProcessorException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-