tapestry.impl
Class MissingObjectException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--tapestry.impl.MissingObjectException
All Implemented Interfaces:
Serializable

public class MissingObjectException
extends Exception

An exception caused by missing objects

Version:
$Id: MissingObjectException.java,v 1.1.1.1 2004/03/26 19:57:05 hweather Exp $
Author:
Ben Y. Zhao
See Also:
Serialized Form

Constructor Summary
MissingObjectException()
          Constructs a new generic MissingObjectException
MissingObjectException(String message)
          Constructs a new MissingObjectException
 
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

MissingObjectException

public MissingObjectException(String message)
Constructs a new MissingObjectException


MissingObjectException

public MissingObjectException()
Constructs a new generic MissingObjectException