de.fhg.igd.gps
Class AngularDistanceFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
de.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
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.