org.dinopolis.gpstool.gpsinput
Class GPSException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.dinopolis.gpstool.gpsinput.GPSException
All Implemented Interfaces:
java.io.Serializable

public class GPSException
extends java.lang.Exception

Version:
$Revision: 1.5 $
Author:
Christof Dallermassl
See Also:
Serialized Form

Constructor Summary
GPSException()
          Default constructor
GPSException(java.lang.String message)
          Constructs an Exception with the specified detail message.
GPSException(java.lang.String message, java.lang.Throwable cause)
          Constructs an Exception with the specified detail message.
GPSException(java.lang.Throwable cause)
          Default constructor taking an exception to wrap.
 
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

GPSException

public GPSException()
Default constructor


GPSException

public GPSException(java.lang.String message)
Constructs an Exception with the specified detail message.

Parameters:
message - the message for the exception.

GPSException

public GPSException(java.lang.String message,
                    java.lang.Throwable cause)
Constructs an Exception with the specified detail message.

Parameters:
message - the message for the exception.
cause - the cause of this exception.

GPSException

public GPSException(java.lang.Throwable cause)
Default constructor taking an exception to wrap.

Parameters:
cause - the cause of this exception.