com.metsci.glimpse.util.geo.format
Class LatLonFormatParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.metsci.glimpse.util.geo.format.LatLonFormatParseException
All Implemented Interfaces:
java.io.Serializable

public class LatLonFormatParseException
extends java.lang.RuntimeException

Author:
osborn
See Also:
Serialized Form

Constructor Summary
LatLonFormatParseException(java.lang.String latLonString)
           
LatLonFormatParseException(java.lang.String latLonString, java.lang.String message)
           
LatLonFormatParseException(java.lang.String latLonString, java.lang.Throwable thrown)
           
 
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

LatLonFormatParseException

public LatLonFormatParseException(java.lang.String latLonString)

LatLonFormatParseException

public LatLonFormatParseException(java.lang.String latLonString,
                                  java.lang.String message)

LatLonFormatParseException

public LatLonFormatParseException(java.lang.String latLonString,
                                  java.lang.Throwable thrown)


Copyright © 2012 Metron, Inc.. All Rights Reserved.