to.etc.domui.server
Class DomApplication.ExceptionEntry

java.lang.Object
  extended by to.etc.domui.server.DomApplication.ExceptionEntry
Enclosing class:
DomApplication

public static class DomApplication.ExceptionEntry
extends java.lang.Object

An entry in the exception table.


Constructor Summary
DomApplication.ExceptionEntry(java.lang.Class<? extends java.lang.Exception> exceptionClass, IExceptionListener listener)
           
 
Method Summary
 java.lang.Class<? extends java.lang.Exception> getExceptionClass()
           
 IExceptionListener getListener()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomApplication.ExceptionEntry

public DomApplication.ExceptionEntry(java.lang.Class<? extends java.lang.Exception> exceptionClass,
                                     IExceptionListener listener)
Method Detail

getExceptionClass

public java.lang.Class<? extends java.lang.Exception> getExceptionClass()

getListener

public IExceptionListener getListener()