Package com.mcgath.jhove.module.png
Class PNGException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.mcgath.jhove.module.png.PNGException
-
- All Implemented Interfaces:
Serializable
public class PNGException extends Exception
Exception class specific to the PNG module- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PNGException(JhoveMessage msg)PNGException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PNGException
public PNGException(String msg)
-
PNGException
public PNGException(JhoveMessage msg)
-
-