Package gov.nih.mipav.model.algorithms
Class ContourPlot.ImageSaver.ImageSaverException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
gov.nih.mipav.model.algorithms.ContourPlot.ImageSaver.ImageSaverException
- All Implemented Interfaces:
Serializable
- Enclosing class:
ContourPlot.ImageSaver
RuntimeException class for Exceptions that occur during image saving.
- Since:
- 1.1
- Author:
- hageldave
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionImageSaverException(String message) ImageSaverException(String message, Throwable cause) ImageSaverException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ImageSaverException
public ImageSaverException() -
ImageSaverException
-
ImageSaverException
-
ImageSaverException
-