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.
- version:
$ - Rev: 471754 $ $Date: 2005-11-05 21:44:59 -0500 (Sat, 05 Nov 2005)
$
| 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 path;
}
|