org.jewel.exceptions
Class InvalidPathPatternException

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

public class InvalidPathPatternException
extends java.lang.Exception

Error llançat quan una URL que enllaça a una acció està mal formada

Version:
1.0
Author:
Juanma
See Also:
Serialized Form

Constructor Summary
InvalidPathPatternException(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

InvalidPathPatternException

public InvalidPathPatternException(java.lang.String msg)