The im4java Library, Version 1.4.0

org.im4java.core
Class InfoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.im4java.core.IM4JavaException
              extended by org.im4java.core.InfoException
All Implemented Interfaces:
java.io.Serializable

public class InfoException
extends IM4JavaException

This class wraps exceptions during image-attribute retrivial.

Since:
0.95
Version:
$Revision: 1.3 $
Author:
$Author: bablokb $
See Also:
Serialized Form

Constructor Summary
InfoException()
          Constructor.
InfoException(java.lang.String pMessage)
          Constructor.
InfoException(java.lang.String pMessage, java.lang.Throwable pCause)
          Constructor.
InfoException(java.lang.Throwable pCause)
          Constructor.
 
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

InfoException

public InfoException()
Constructor.


InfoException

public InfoException(java.lang.String pMessage)
Constructor.


InfoException

public InfoException(java.lang.String pMessage,
                     java.lang.Throwable pCause)
Constructor.


InfoException

public InfoException(java.lang.Throwable pCause)
Constructor.


The im4java Library, Version 1.4.0

Released under the LGPL, (c) Bernhard Bablok 2008-2010
Homepage: http://im4java.sourceforge.net/