waba.sys
Class AppExitException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--waba.sys.AppExitException

public class AppExitException
extends java.lang.RuntimeException

This exception is thrown when Event.handleOneEvent() encounteres an event that requires the app to exit. The main purpose of this event is to unwind the stack all the way back to the main event loop so that the app can properly exit. WARNING: DO NOT CATCH THIS EXCEPTION IN YOUR APP UNLESS YOU KNOW WHAT YOU ARE DOING.

See Also:
Serialized Form

Constructor Summary
AppExitException()
           
AppExitException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AppExitException

public AppExitException()

AppExitException

public AppExitException(java.lang.String msg)