| java.lang.Object java.lang.Throwable java.lang.Exception org.apache.struts.chain.commands.InvalidPathException
InvalidPathException | public class InvalidPathException extends Exception (Code) | | 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) version: $ |
Method Summary | |
public String | getPath() Return the invalid path causing the exception. |
InvalidPathException | public InvalidPathException()(Code) | | Default, no-argument constructor.
|
InvalidPathException | public InvalidPathException(String message, String path)(Code) | | Constructor to inject message and path upon instantiation.
Parameters: message - The error or warning message. Parameters: path - The invalid path. |
getPath | public String getPath()(Code) | | Return the invalid path causing the exception.
The invalid path causing the exception. |
|
|