mccombe.mapping
Class LatLongFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by mccombe.mapping.LatLongFormatException
All Implemented Interfaces:
java.io.Serializable

public class LatLongFormatException
extends java.lang.Exception

An exception class for errors in Latitude and Longitude formats

See Also:
Serialized Form

Constructor Summary
LatLongFormatException()
          Creates a new instance of LatLongFormatException without detail message.
LatLongFormatException(java.lang.String msg)
          Constructs an instance of LatLongFormatException with the specified detail message.
 
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

LatLongFormatException

public LatLongFormatException()
Creates a new instance of LatLongFormatException without detail message.


LatLongFormatException

public LatLongFormatException(java.lang.String msg)
Constructs an instance of LatLongFormatException with the specified detail message.

Parameters:
msg - the detail message.