org.apache.cocoon.forms.formmodel
Class IncompletenessException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.avalon.framework.CascadingException
              extended byorg.apache.cocoon.forms.formmodel.IncompletenessException
All Implemented Interfaces:
CascadingThrowable, Serializable

public class IncompletenessException
extends CascadingException

Version:
$Id: IncompletenessException.java 289538 2005-09-16 13:46:22Z sylvain $
See Also:
Serialized Form

Constructor Summary
IncompletenessException(String message, WidgetDefinition incomplete)
           
IncompletenessException(String message, WidgetDefinition incomplete, Exception e)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.apache.avalon.framework.CascadingException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncompletenessException

public IncompletenessException(String message,
                               WidgetDefinition incomplete)

IncompletenessException

public IncompletenessException(String message,
                               WidgetDefinition incomplete,
                               Exception e)
Method Detail

toString

public String toString()


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.