org.jewel.exceptions
Class NoActionFoundException

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

public class NoActionFoundException
extends java.lang.Exception

Error llançat quan es cerca una acció no mapada al gestor d'accions.

Version:
1.0
Author:
Juanma
See Also:
Serialized Form

Constructor Summary
NoActionFoundException(java.lang.String msg)
           
NoActionFoundException(java.lang.String msg, java.lang.Exception 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

NoActionFoundException

public NoActionFoundException(java.lang.String msg)

NoActionFoundException

public NoActionFoundException(java.lang.String msg,
                              java.lang.Exception e)