Package org.im4java.core
Class InfoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.im4java.core.IM4JavaException
org.im4java.core.InfoException
- All Implemented Interfaces:
Serializable
This class wraps exceptions during image-attribute retrivial.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.InfoException
(String pMessage) Constructor.InfoException
(String pMessage, Throwable pCause) Constructor.InfoException
(Throwable pCause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InfoException
public InfoException()Constructor. -
InfoException
Constructor. -
InfoException
Constructor. -
InfoException
Constructor.
-