us.zuercher.gpx2map
Class Gpx2MapException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by us.zuercher.gpx2map.Gpx2MapException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BoundingException, GpxParsingException, MissingRequiredMapSourcePropertyException, UnknownMapSourceException, UnknownMapSourcePropertyException

public abstract class Gpx2MapException
extends Exception

Gpx2MapException is a base class for checked excpetions thrown by Gpx2Map.

Author:
Stephan Zuercher
See Also:
Serialized Form

Constructor Summary
Gpx2MapException(String message)
          Constructs a new Gpx2MapException.
Gpx2MapException(String message, Throwable cause)
          Constructs a new Gpx2MapException.
 
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

Gpx2MapException

public Gpx2MapException(String message)
Constructs a new Gpx2MapException.

Parameters:
message - the exception message

Gpx2MapException

public Gpx2MapException(String message,
                        Throwable cause)
Constructs a new Gpx2MapException.

Parameters:
message - the exception message
cause - the exception cause