|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormsException | |
---|---|
org.apache.cocoon.forms.binding | |
org.apache.cocoon.forms.formmodel | |
org.apache.cocoon.forms.formmodel.library | |
org.apache.cocoon.forms.util |
Uses of FormsException in org.apache.cocoon.forms.binding |
---|
Subclasses of FormsException in org.apache.cocoon.forms.binding | |
---|---|
class |
BindingException
This exception is thrown when something goes wrong with the binding. |
Uses of FormsException in org.apache.cocoon.forms.formmodel |
---|
Subclasses of FormsException in org.apache.cocoon.forms.formmodel | |
---|---|
class |
DuplicateIdException
This exception is thrown by WidgetDefinitions that contain other WidgetDefinitions, such as the FormDefinition or the RepeaterDefinition , in case
one tries to add a WidgetDefinition that has the same id as another,
previously added, WidgetDefinition. |
class |
IncompletenessException
|
Uses of FormsException in org.apache.cocoon.forms.formmodel.library |
---|
Subclasses of FormsException in org.apache.cocoon.forms.formmodel.library | |
---|---|
class |
LibraryException
This exception is thrown when something specific to the library system goes wrong. |
Uses of FormsException in org.apache.cocoon.forms.util |
---|
Methods in org.apache.cocoon.forms.util that throw FormsException | |
---|---|
static String |
DomHelper.getAttribute(Element element,
String attributeName)
Returns the value of an element's attribute, but throws an exception if the element has no such attribute. |
static int |
DomHelper.getAttributeAsInteger(Element element,
String attributeName)
|
static int |
DomHelper.getAttributeAsInteger(Element element,
String attributeName,
int defaultValue)
|
static Element |
DomHelper.getChildElement(Element element,
String namespace,
String localName,
boolean required)
Returns the first child element with the given namespace and localName, or null if there is no such element and required flag is unset or throws an Exception if the "required" flag is set. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |