org.roscopeco.janno.core
Class MissingContextException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.servlet.ServletException
              extended by org.roscopeco.janno.core.MissingContextException
All Implemented Interfaces:
Serializable

public class MissingContextException
extends ServletException

Thrown to indicate that a scoped context could not be located. This is usually the result of an incomplete failure during core startup, or a malformed / missing <listener> entry in web.xml.

Version:
$Revision: 1.1 $ $Date: 2005/07/03 01:26:31 $
Author:
Ross Bamford (rosco<at>roscopeco.co.uk)
See Also:
Serialized Form

Constructor Summary
MissingContextException()
           
MissingContextException(String arg0)
           
MissingContextException(String arg0, Throwable arg1)
           
MissingContextException(Throwable arg0)
           
 
Method Summary
 
Methods inherited from class javax.servlet.ServletException
getRootCause
 
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

MissingContextException

public MissingContextException()

MissingContextException

public MissingContextException(String arg0)

MissingContextException

public MissingContextException(String arg0,
                               Throwable arg1)

MissingContextException

public MissingContextException(Throwable arg0)


Copyright © 2005 Roscopeco Open Technologies. All Rights Reserved.