| Name | Package | Description |
| ActionNotFoundException | org.apache.beehive.netui.pageflow | Exception that occurs when the user tries to execute an action that does not exist on the page flow. |
| CellDecoratorException | org.apache.beehive.netui.databinding.datagrid.api.exceptions | Exception thrown when an error occurs while rendering a
CellDecorator . |
| CodeGenerationException | org.apache.beehive.controls.runtime.generator | A simple exception wrapper class used for code generation failures. |
| ControlAssemblyException | org.apache.beehive.controls.api.assembly | Checked exceptions thrown during the assembly process. |
| ControlException | org.apache.beehive.controls.api | The ControlException class declares an unchecked exception that is thrown by the Controls
runtime under certain failure conditions. |
| ControlFieldInitializationException | org.apache.beehive.netui.pageflow | Exception thrown when there are errors initializing an annotated Control field. |
| DataGridExtensionException | org.apache.beehive.netui.databinding.datagrid.api.exceptions | Exception thrown when an error occurs while extending the data grid. |
| DoubleSubmitException | org.apache.beehive.netui.pageflow | Exception thrown when an action marked with the
@Jpf.Action(preventDoubleSubmit=...
annotation attribute has been submitted to more than once. |
| EmptyNestingStackException | org.apache.beehive.netui.pageflow | Exception that occurs when the user invokes an action in a nested page flow that uses a
@Jpf.Forward (...
returnAction="action-name-in-calling-pageflow")
annotation, but there is no calling page flow. |
| ExpressionEvaluationException | org.apache.beehive.netui.script | The most general exception thrown when an error occurs in evaluating
an expression. |
| ExpressionParseException | org.apache.beehive.netui.script.el | No description provided. |
| ExpressionUpdateException | org.apache.beehive.netui.script | An exception thrown when an error occurs during an expression update. |
| FatalCompileTimeException | org.apache.beehive.netui.compiler | No description provided. |
| IllegalActionOutputException | org.apache.beehive.netui.pageflow | Exception that occurs when an action output has been added to a Forward that resolves to a
@Jpf.Forward annotation marked with
redirect =true. |
| IllegalExpressionException | org.apache.beehive.netui.script | An exception thrown when an expression is written in an illegal syntax. |
| IllegalFilterException | org.apache.beehive.netui.databinding.datagrid.api.exceptions | Exception thrown when a Filter
object is invalid while being manipulated by the data grid framework. |
| IllegalOutputFormException | org.apache.beehive.netui.pageflow | Base type for errors related to output forms on Forwards. |
| IllegalOutputFormTypeException | org.apache.beehive.netui.pageflow | Exception that occurs when the first output form for a Forward resolves to a
@Jpf.Forward annotation whose
outputFormBean or
outputFormBeanType
attribute demands a different form type. |
| IllegalPageInputException | org.apache.beehive.netui.pageflow | Exception that occurs when a action output has been added to a Forward that resolves to a
@Jpf.Forward annotation marked with
redirect =true. |
| IllegalRedirectOutputFormException | org.apache.beehive.netui.pageflow | Exception that occurs when an output form has been added to a Forward that resolves to a
@Jpf.Forward annotation marked with
redirect =true. |
| InfiniteReturnToActionException | org.apache.beehive.netui.pageflow | Exception that occurs when the
navigateTo= previousAction
attribute is used on a @Jpf.Forward , a
@Jpf.SimpleAction , or a
@Jpf.ConditionalForward ,
but the previous action was the same as the current action (an infinite loop). |
| InterceptorException | org.apache.beehive.netui.pageflow.interceptor | Exception thrown during callbacks on Interceptor s. |
| InterceptorPivotException | org.apache.beehive.controls.spi.svc | The InterceptorPivotException class declares a checked exception that is thrown by
an Interceptor upon pivoting. |
| LoginExpiredException | org.apache.beehive.netui.pageflow | Exception thrown when NotLoggedInException would be thrown, and when the
current HttpServletRequest refers to a session that no longer exists. |
| MismatchedActionOutputException | org.apache.beehive.netui.pageflow | Exception that occurs in iterative development mode when an action output attached to a Forward is of a
different type than was declared. |
| MismatchedPageInputException | org.apache.beehive.netui.pageflow | Exception that occurs in iterative development mode when an action output attached to a Forward is of a
different type than was declared. |
| MissingActionOutputException | org.apache.beehive.netui.pageflow | Exception that occurs when a required action output is missing from a Forward . |
| MissingOptionException | org.apache.beehive.netui.compiler | No description provided. |
| MissingPageInputException | org.apache.beehive.netui.pageflow | Exception that occurs when a required page input is missing from a Forward . |
| NoCurrentPageFlowException | org.apache.beehive.netui.pageflow | Exception that occurs when the
navigateTo= previousAction ,
navigateTo= currentPage , or
navigateTo= previousPage
attribute is used on a @Jpf.Forward , a
@Jpf.SimpleAction , or a
@Jpf.ConditionalForward ,
but there is no current page flow. |
| NoMatchingActionMethodException | org.apache.beehive.netui.pageflow | Exception that occurs when the current action method does not accept the type of form bean passed in the
Forward to the action. |
| NoPreviousActionException | org.apache.beehive.netui.pageflow | Exception that occurs when the
navigateTo= previousAction
attribute is used on a @Jpf.Forward , a
@Jpf.SimpleAction , or a
@Jpf.ConditionalForward ,
but thethere is no previously-run action in the page flow. |
| NoPreviousPageException | org.apache.beehive.netui.pageflow | Exception that occurs when the
navigateTo= previousPage
or
navigateTo= currentPage
attribute is used on a @Jpf.Forward , a
@Jpf.SimpleAction , or a
@Jpf.ConditionalForward ,
but there is no previously-shown page in the current page flow. |
| NotLoggedInException | org.apache.beehive.netui.pageflow | Exception thrown when:
-
An action ( @Jpf.Action
or @Jpf.SimpleAction )
marked with
loginRequired=true is hit when there is no logged-in user, or,
-
An action marked with
rolesAllowed="list of roles" is hit when there is
no logged-in user. |
| NullActionOutputException | org.apache.beehive.netui.pageflow | No description provided. |
| ObjectNotFoundException | org.apache.beehive.netui.tags.databinding.invoke | An exception thrown when an object on which to invoke a method can not
be found. |
| PageFlowException | org.apache.beehive.netui.pageflow | Base class for PageFlow-related Exceptions. |
| PageFlowManagedObjectException | org.apache.beehive.netui.pageflow | Base class for exceptions related to Page Flow managed objects. |
| ParseException | org.apache.beehive.controls.system.jdbc.parser | This exception is thrown when parse errors are encountered. |
| ParseException | org.apache.beehive.netui.script.el.parser | This exception is thrown when parse errors are encountered. |
| ResponseOutputException | org.apache.beehive.netui.pageflow.internal | Unchecked exception thrown in situations where output would normally be written to the response,
but when the runtime is configured to throw an exception instead. |
| ReturnToException | org.apache.beehive.netui.pageflow.internal | No description provided. |
| RuntimeExpressionException | org.apache.beehive.netui.script | No description provided. |
| ServiceException | org.apache.beehive.controls.spi.svc | The ServiceException class declares an checked exception that is thrown by the Service API
runtime under certain failure conditions. |
| SessionExpiredException | org.apache.beehive.netui.pageflow | Exception thrown in place of another PageFlowException when:
- The requested session ID is different than the current session ID (or there is no current session), and
- the original exception to be thrown returns
true for
causeMayBeSessionExpiration() , and
- The
<throw-session-expired-exception> element in WEB-INF/beehive-netui-config.xml is
set to true (the default) . |
| TypeConversionException | org.apache.beehive.netui.util.type | A TypeConversionException is thrown when an error has occurred performing
a type conversion in the TypeUtils class. |
| TypeConverterNotFoundException | org.apache.beehive.netui.util.type | No description provided. |
| UnfulfilledRolesException | org.apache.beehive.netui.pageflow | Exception that is thrown when rolesAllowed is set on the current action's annotation
( @Jpf.Action or
@Jpf.SimpleAction ), and there is a logged-in
user who does not fulfil any of the given roles. |
| UnhandledException | org.apache.beehive.netui.pageflow.internal | ServletException derivative thrown when an exception occurred during action processing, and the exception was not
handled by any exception handler. |
| UnresolvableForwardException | org.apache.beehive.netui.pageflow | Exception thrown by Forward when its name does not resolve to one defined by a
@Jpf.Forward annotation in the current action's
@Jpf.Action annotation. |
| XmlModelWriterException | org.apache.beehive.netui.compiler.model | No description provided. |