Package nl.vpro.domain.image
Class UnsupportedImageFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- nl.vpro.domain.image.UnsupportedImageFormatException
-
- All Implemented Interfaces:
Serializable
public class UnsupportedImageFormatException extends RuntimeException
- Author:
- arne
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedImageFormatException()UnsupportedImageFormatException(String s)UnsupportedImageFormatException(String s, Throwable throwable)UnsupportedImageFormatException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsupportedImageFormatException
public UnsupportedImageFormatException()
-
UnsupportedImageFormatException
public UnsupportedImageFormatException(String s)
-
UnsupportedImageFormatException
public UnsupportedImageFormatException(String s, Throwable throwable)
-
UnsupportedImageFormatException
public UnsupportedImageFormatException(Throwable throwable)
-
-