com.primix.tapestry
Class BodylessComponentException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.primix.tapestry.PageLoaderException
                    |
                    +--com.primix.tapestry.BodylessComponentException
All Implemented Interfaces:
java.io.Serializable

public class BodylessComponentException
extends PageLoaderException

Exception thrown when a template has a body-less IComponent wraps any content. The exception is thrown by the container object.

Version:
$Id: BodylessComponentException.java,v 1.7 2001/05/16 15:01:46 hship Exp $
Author:
Howard Ship
See Also:
Serialized Form

Constructor Summary
BodylessComponentException(IComponent component)
           
 
Methods inherited from class com.primix.tapestry.PageLoaderException
getComponent, getPageName, getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BodylessComponentException

public BodylessComponentException(IComponent component)