net.sourceforge.openutils.mgnlmedia.media.utils
Class BadImageFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sourceforge.openutils.mgnlmedia.media.utils.BadImageFormatException
All Implemented Interfaces:
Serializable

public class BadImageFormatException
extends RuntimeException

Exception for images with unknown format

Version:
$Id: BadImageFormatException.java 1628 2010-01-09 17:38:55Z fgiust $
Author:
fgiust
See Also:
Serialized Form

Constructor Summary
BadImageFormatException(String message)
           
BadImageFormatException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

BadImageFormatException

public BadImageFormatException(String message)
Parameters:
message -

BadImageFormatException

public BadImageFormatException(String message,
                               Throwable cause)
Parameters:
message -
cause -


Copyright © 2008-2010 Openmind. All Rights Reserved.