org.melati.servlet
Class PathInfoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.util.MelatiRuntimeException
org.melati.servlet.PathInfoException
- All Implemented Interfaces:
- Serializable
public class PathInfoException
- extends MelatiRuntimeException
Servlet was called with unexpected PathInfo.
- See Also:
- Serialized Form
PathInfoException
public PathInfoException(String pathInfo,
Exception problem)
- Constructor.
- Parameters:
pathInfo - actually just a messageproblem - the exception to be reported
PathInfoException
public PathInfoException(String pathInfo)
- Constructor.
- Parameters:
pathInfo - actually just a message.
getMessage
public String getMessage()
- Description copied from class:
PoemException
- The detail message which may be null.
- Overrides:
getMessage in class PoemException
- Returns:
- the message.
- See Also:
Throwable.getMessage()
Copyright © 2000-2010 PanEris. All Rights Reserved.