us.zuercher.gpx2map.plotter
Class ColorDataError
java.lang.Object
java.lang.Throwable
java.lang.Error
us.zuercher.gpx2map.plotter.ColorDataError
- All Implemented Interfaces:
- Serializable
public class ColorDataError
- extends Error
ColorDataError indicates an error loading color data from the rgb.txt
file.
- Author:
- Stephan Zuercher
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ColorDataError
ColorDataError(Throwable cause)
- Constructs a new ColorDataError with the given cause.
- Parameters:
cause
- underlying cause of the error