us.zuercher.gpx2map
Class GpxParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by us.zuercher.gpx2map.Gpx2MapException
              extended by us.zuercher.gpx2map.GpxParsingException
All Implemented Interfaces:
Serializable

public class GpxParsingException
extends Gpx2MapException

GpxParsingException represents an error parsing one or more GPX files.

Author:
Stephan Zuercher
See Also:
Serialized Form

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

GpxParsingException

public GpxParsingException(String message)
Constructs a new GpxParsingException.

Parameters:
message - exception messages

GpxParsingException

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

Parameters:
message - exception messages
cause - the exception cause