Class ImageConversionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ImageConversionException
    extends ImageFilterException
    This class wraps IllegalArgumentException, and is thrown by the ImageUtil class, when trying to convert images read from null-sources etc.
    Version:
    $Id: //depot/branches/personal/haraldk/twelvemonkeys/release-2/twelvemonkeys-core/src/main/java/com/twelvemonkeys/image/ImageConversionException.java#1 $
    Author:
    Harald Kuhr
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ImageConversionException

        public ImageConversionException​(java.lang.String pMessage)
      • ImageConversionException

        public ImageConversionException​(java.lang.String pMessage,
                                        java.lang.Throwable pCause)