Package org.xwiki.image.style
Class ImageStyleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xwiki.image.style.ImageStyleException
-
- All Implemented Interfaces:
Serializable
public class ImageStyleException extends Exception
Image Style specific exception class.- Since:
- 14.3RC1
- Version:
- $Id: d77592911826022d83e80357ea710fcbce931cdf $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImageStyleException(String message, Throwable cause)
Constructs a new imaeg style exception with the specified detail message and cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-