Uses of Interface
to.etc.domui.dom.errors.IExceptionListener

Packages that use IExceptionListener
to.etc.domui.server   
 

Uses of IExceptionListener in to.etc.domui.server
 

Methods in to.etc.domui.server that return IExceptionListener
 IExceptionListener DomApplication.findExceptionListenerFor(java.lang.Exception x)
          This locates the handler for the specfied exception type, if it has been registered.
 IExceptionListener DomApplication.ExceptionEntry.getListener()
           
 

Methods in to.etc.domui.server with parameters of type IExceptionListener
 void DomApplication.addExceptionListener(java.lang.Class<? extends java.lang.Exception> xclass, IExceptionListener l)
          Adds an exception handler for a given exception type.
 

Constructors in to.etc.domui.server with parameters of type IExceptionListener
DomApplication.ExceptionEntry(java.lang.Class<? extends java.lang.Exception> exceptionClass, IExceptionListener listener)