nl.coderight.jazz
Class Controller.EventNotHandledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by nl.coderight.jazz.Controller.EventNotHandledException
All Implemented Interfaces:
Serializable
Enclosing class:
Controller

public static final class Controller.EventNotHandledException
extends RuntimeException

RuntimeException, thrown when an event is not handled.

See Also:
Application.onEventNotHandled(Event), Serialized Form

Constructor Summary
Controller.EventNotHandledException()
           
 
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

Controller.EventNotHandledException

public Controller.EventNotHandledException()


Copyright 2010 CodeRight, All rights reserved.