|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.apache.struts.chain.commands.InvalidPathException
public class InvalidPathException
Exception thrown when no mapping can be found for the specified path.
Constructor Summary | |
---|---|
InvalidPathException()
Default, no-argument constructor. |
|
InvalidPathException(java.lang.String message,
java.lang.String path)
Constructor to inject message and path upon instantiation. |
Method Summary | |
---|---|
java.lang.String |
getPath()
Return the invalid path causing the exception. |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InvalidPathException()
Default, no-argument constructor.
public InvalidPathException(java.lang.String message, java.lang.String path)
Constructor to inject message and path upon instantiation.
message
- The error or warning message.path
- The invalid path.Method Detail |
---|
public java.lang.String getPath()
Return the invalid path causing the exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |