org.jewel.exceptions
Class ResultDispatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jewel.exceptions.ResultDispatchException
All Implemented Interfaces:
java.io.Serializable

public class ResultDispatchException
extends java.lang.Exception

Excepció per quan no s'ha pogut presentar una vista al mètode dispatch o dispatchError d'un ResultDispatcher

Version:
1.0
Author:
Juanma
See Also:
Serialized Form

Constructor Summary
ResultDispatchException(java.lang.String msg, java.lang.Throwable t)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResultDispatchException

public ResultDispatchException(java.lang.String msg,
                               java.lang.Throwable t)