Package com.kiancross.mandelbrot
Class ImageConfigurationLoadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.kiancross.mandelbrot.ImageConfigurationLoadException
-
- All Implemented Interfaces:
java.io.Serializable
public class ImageConfigurationLoadException extends java.lang.Exception
Exception thrown if there is an error loading the image configuration from file.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImageConfigurationLoadException(java.lang.Throwable e)
Construct the exception.
-