us.zuercher.gpx2map.gui
Class StartupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
StartupException(String message)
          Constructs a StartupMessage.
 
Method Summary
 
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

StartupException

StartupException(String message)
Constructs a StartupMessage.

Parameters:
message - error message