org.jewel.exceptions
Class UndefinedActionException

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

public class UndefinedActionException
extends java.lang.Exception

Error llançat al executar el mètode d'un controlador que representa una acció si s'ha produït un error no controlat per Jewel.

Version:
1.0
Author:
Juanma
See Also:
Serialized Form

Constructor Summary
UndefinedActionException(java.lang.String msg, java.lang.Throwable e)
           
 
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

UndefinedActionException

public UndefinedActionException(java.lang.String msg,
                                java.lang.Throwable e)