|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.dinopolis.gpstool.gpsinput.GPSException
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 |
public GPSException()
public GPSException(java.lang.String message)
message
- the message for the exception.public GPSException(java.lang.String message, java.lang.Throwable cause)
message
- the message for the exception.cause
- the cause of this exception.public GPSException(java.lang.Throwable cause)
cause
- the cause of this exception.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |