com.taursys.servlet
Class ServletFormNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.taursys.servlet.ServletFormNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ServletFormNotFoundException
extends java.lang.Exception

ServletFormNotFoundException indicates a requested ServletForm cannot be found.

Version:
1.0
Author:
Marty Phelan
See Also:
Serialized Form

Constructor Summary
ServletFormNotFoundException(java.lang.String message)
          Constructs a new ServletFormNotFound
 
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

ServletFormNotFoundException

public ServletFormNotFoundException(java.lang.String message)
Constructs a new ServletFormNotFound



Copyright © 2007 Martin T Phelan. All Rights Reserved.