Class InvalidPathException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.struts.chain.commands.InvalidPathException
All Implemented Interfaces:
Serializable

public class InvalidPathException extends Exception

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 Details

    • InvalidPathException

      public InvalidPathException()

      Default, no-argument constructor.

    • 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 Details

    • getPath

      public String getPath()

      Return the invalid path causing the exception.

      Returns:
      The invalid path causing the exception.