us.zuercher.gpx2map.plotter
Class ColorDataError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by 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

Constructor Summary
ColorDataError(Throwable cause)
          Constructs a new ColorDataError with the given cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ColorDataError

ColorDataError(Throwable cause)
Constructs a new ColorDataError with the given cause.

Parameters:
cause - underlying cause of the error