Save This Page
Home » Struts-1.3.10 » org.apache.struts » chain » commands » [javadoc | source]
org.apache.struts.chain.commands
public class: InvalidPathException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         org.apache.struts.chain.commands.InvalidPathException

All Implemented Interfaces:
    Serializable

Exception thrown when no mapping can be found for the specified path.

Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 public InvalidPathException() 
 public InvalidPathException(String message,
    String path) 

    Constructor to inject message and path upon instantiation.

    Parameters:
    message - The error or warning message.
    path - The invalid path.
Method from org.apache.struts.chain.commands.InvalidPathException Summary:
getPath
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.struts.chain.commands.InvalidPathException Detail:
 public String getPath() 

    Return the invalid path causing the exception.