|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThrowableHandler | |
---|---|
com.jme.app | |
com.jmex.awt.applet |
Uses of ThrowableHandler in com.jme.app |
---|
Fields in com.jme.app declared as ThrowableHandler | |
---|---|
protected ThrowableHandler |
BaseGame.throwableHandler
|
Methods in com.jme.app that return ThrowableHandler | |
---|---|
protected ThrowableHandler |
BaseGame.getThrowableHandler()
Get the exception handler if one hs been set. |
Methods in com.jme.app with parameters of type ThrowableHandler | |
---|---|
protected void |
BaseGame.setThrowableHandler(ThrowableHandler throwableHandler)
|
Uses of ThrowableHandler in com.jmex.awt.applet |
---|
Fields in com.jmex.awt.applet declared as ThrowableHandler | |
---|---|
protected ThrowableHandler |
BaseApplet.throwableHandler
|
protected ThrowableHandler |
StandardApplet.throwableHandler
If there is an exception during the game loop this is used to handle it |
Methods in com.jmex.awt.applet that return ThrowableHandler | |
---|---|
protected ThrowableHandler |
BaseApplet.getThrowableHandler()
Get the exception handler if one hs been set. |
protected ThrowableHandler |
StandardApplet.getThrowableHandler()
Get the exception handler if one hs been set. |
Methods in com.jmex.awt.applet with parameters of type ThrowableHandler | |
---|---|
protected void |
BaseApplet.setThrowableHandler(ThrowableHandler throwableHandler)
|
protected void |
StandardApplet.setThrowableHandler(ThrowableHandler throwableHandler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |