Package org.apache.struts.chain.commands
Class InvalidPathException
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$ $Date: 2005-11-05 21:44:59 -0500 (Sat, 05 Nov 2005) $
- See Also:
-
Constructor Summary
ConstructorDescriptionDefault, no-argument constructor.InvalidPathException
(String message, String path) Constructor to inject message and path upon instantiation. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidPathException
public InvalidPathException()Default, no-argument constructor.
-
InvalidPathException
Constructor to inject message and path upon instantiation.
- Parameters:
message
- The error or warning message.path
- The invalid path.
-
-
Method Details
-
getPath
Return the invalid path causing the exception.
- Returns:
- The invalid path causing the exception.
-