de.fhg.igd.gps
Class AngularDistanceFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalArgumentException
                  extended byde.fhg.igd.gps.AngularDistanceFormatException
All Implemented Interfaces:
Serializable

public class AngularDistanceFormatException
extends IllegalArgumentException

Thrown to indicate that the application attempted to convert a String into an AngularDistance, but that the String does not have the appropriate format.

Author:
Dennis Bartussek
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
AngularDistanceFormatException()
          Constructs a new AngularDistanceFormatException with no detail message.
AngularDistanceFormatException(String message)
          Constructs a new AngularDistanceFormatException with the specified detail message.
 
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

AngularDistanceFormatException

public AngularDistanceFormatException()
Constructs a new AngularDistanceFormatException with no detail message.


AngularDistanceFormatException

public AngularDistanceFormatException(String message)
Constructs a new AngularDistanceFormatException with the specified detail message.

Parameters:
message - the detail message


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.