openlr.map
Class InvalidMapDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
openlr.map.InvalidMapDataException
- All Implemented Interfaces:
- Serializable
public class InvalidMapDataException
- extends Exception
This exception will be thrown if the map data is invalid, e.g. out of range.
OpenLR is a trade mark of TomTom International B.V.
email: software@openlr.org
- Author:
- TomTom International B.V.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidMapDataException
public InvalidMapDataException(String msg)
- Instantiates a new invalid map data exception.
- Parameters:
msg - the msg
Copyright © 2013 TomTom International B.V.. All Rights Reserved.