net.divbyzero.gpx.parser
Class ParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.divbyzero.gpx.parser.ParsingException
All Implemented Interfaces:
Serializable

public class ParsingException
extends Exception

Exception class for all GPX parsers

This exception class optionally encapsulates the exception that was thrown by underlying parsing libraries etc.

Since:
0.1
Author:
Martin Jansen
See Also:
Serialized Form

Constructor Summary
ParsingException(String message, Throwable e)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParsingException

public ParsingException(String message,
                        Throwable e)


Processing library MapThing by Jon Reades. (C) 2013