us.zuercher.gpx2map.gui
Class StartupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
us.zuercher.gpx2map.gui.StartupException
- All Implemented Interfaces:
- Serializable
class StartupException
- extends RuntimeException
StartupException is thrown when there is an error during Gpx2Map startup.
The exception message is displayed to the user and Gpx2Map exits without
displaying its window(s). StartupException should never be thrown
once Gpx2Map's window is open.
- Author:
- Stephan Zuercher
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
StartupException
StartupException(String message)
- Constructs a StartupMessage.
- Parameters:
message
- error message