net.divbyzero.gpx.parser
Class ParsingException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
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
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
ParsingException
public ParsingException(String message,
                        Throwable e)
Processing library MapThing by Jon Reades. (C) 2013