org.jewel.exceptions
Class InvalidParameterActionException

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

public class InvalidParameterActionException
extends java.lang.Exception

Error llançat quan no coincideix el número o el tipus dels paràmetres enviats als de l'acció sol·licitada.

Version:
1.0
Author:
Juanma
See Also:
Serialized Form

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

InvalidParameterActionException

public InvalidParameterActionException(java.lang.String msg)