Library:Apache Beehive
Version:1.0.1
Compatibility:JDK 1.5
Exceptions in library Apache Beehive.
NamePackageDescription
ActionNotFoundExceptionorg.apache.beehive.netui.pageflowException that occurs when the user tries to execute an action that does not exist on the page flow.
CellDecoratorExceptionorg.apache.beehive.netui.databinding.datagrid.api.exceptionsException thrown when an error occurs while rendering a CellDecorator .
CodeGenerationExceptionorg.apache.beehive.controls.runtime.generatorA simple exception wrapper class used for code generation failures.
ControlAssemblyExceptionorg.apache.beehive.controls.api.assemblyChecked exceptions thrown during the assembly process.
ControlExceptionorg.apache.beehive.controls.apiThe ControlException class declares an unchecked exception that is thrown by the Controls runtime under certain failure conditions.
ControlFieldInitializationExceptionorg.apache.beehive.netui.pageflowException thrown when there are errors initializing an annotated Control field.
DataGridExtensionExceptionorg.apache.beehive.netui.databinding.datagrid.api.exceptionsException thrown when an error occurs while extending the data grid.
DoubleSubmitExceptionorg.apache.beehive.netui.pageflowException thrown when an action marked with the @Jpf.Action(preventDoubleSubmit=... annotation attribute has been submitted to more than once.
EmptyNestingStackExceptionorg.apache.beehive.netui.pageflowException 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.
ExpressionEvaluationExceptionorg.apache.beehive.netui.scriptThe most general exception thrown when an error occurs in evaluating an expression.
ExpressionParseExceptionorg.apache.beehive.netui.script.elNo description provided.
ExpressionUpdateExceptionorg.apache.beehive.netui.scriptAn exception thrown when an error occurs during an expression update.
FatalCompileTimeExceptionorg.apache.beehive.netui.compilerNo description provided.
IllegalActionOutputExceptionorg.apache.beehive.netui.pageflowException that occurs when an action output has been added to a Forward that resolves to a @Jpf.Forward annotation marked with redirect =true.
IllegalExpressionExceptionorg.apache.beehive.netui.scriptAn exception thrown when an expression is written in an illegal syntax.
IllegalFilterExceptionorg.apache.beehive.netui.databinding.datagrid.api.exceptionsException thrown when a Filter object is invalid while being manipulated by the data grid framework.
IllegalOutputFormExceptionorg.apache.beehive.netui.pageflowBase type for errors related to output forms on Forwards.
IllegalOutputFormTypeExceptionorg.apache.beehive.netui.pageflowException 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.
IllegalPageInputExceptionorg.apache.beehive.netui.pageflowException that occurs when a action output has been added to a Forward that resolves to a @Jpf.Forward annotation marked with redirect =true.
IllegalRedirectOutputFormExceptionorg.apache.beehive.netui.pageflowException that occurs when an output form has been added to a Forward that resolves to a @Jpf.Forward annotation marked with redirect =true.
InfiniteReturnToActionExceptionorg.apache.beehive.netui.pageflowException 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).
InterceptorExceptionorg.apache.beehive.netui.pageflow.interceptorException thrown during callbacks on Interceptor s.
InterceptorPivotExceptionorg.apache.beehive.controls.spi.svcThe InterceptorPivotException class declares a checked exception that is thrown by an Interceptor upon pivoting.
LoginExpiredExceptionorg.apache.beehive.netui.pageflowException thrown when NotLoggedInException would be thrown, and when the current HttpServletRequest refers to a session that no longer exists.
MismatchedActionOutputExceptionorg.apache.beehive.netui.pageflowException that occurs in iterative development mode when an action output attached to a Forward is of a different type than was declared.
MismatchedPageInputExceptionorg.apache.beehive.netui.pageflowException that occurs in iterative development mode when an action output attached to a Forward is of a different type than was declared.
MissingActionOutputExceptionorg.apache.beehive.netui.pageflowException that occurs when a required action output is missing from a Forward .
MissingOptionExceptionorg.apache.beehive.netui.compilerNo description provided.
MissingPageInputExceptionorg.apache.beehive.netui.pageflowException that occurs when a required page input is missing from a Forward .
NoCurrentPageFlowExceptionorg.apache.beehive.netui.pageflowException 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.
NoMatchingActionMethodExceptionorg.apache.beehive.netui.pageflowException that occurs when the current action method does not accept the type of form bean passed in the Forward to the action.
NoPreviousActionExceptionorg.apache.beehive.netui.pageflowException 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.
NoPreviousPageExceptionorg.apache.beehive.netui.pageflowException 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.
NotLoggedInExceptionorg.apache.beehive.netui.pageflowException 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.
NullActionOutputExceptionorg.apache.beehive.netui.pageflowNo description provided.
ObjectNotFoundExceptionorg.apache.beehive.netui.tags.databinding.invokeAn exception thrown when an object on which to invoke a method can not be found.
PageFlowExceptionorg.apache.beehive.netui.pageflowBase class for PageFlow-related Exceptions.
PageFlowManagedObjectExceptionorg.apache.beehive.netui.pageflowBase class for exceptions related to Page Flow managed objects.
ParseExceptionorg.apache.beehive.controls.system.jdbc.parserThis exception is thrown when parse errors are encountered.
ParseExceptionorg.apache.beehive.netui.script.el.parserThis exception is thrown when parse errors are encountered.
ResponseOutputExceptionorg.apache.beehive.netui.pageflow.internalUnchecked exception thrown in situations where output would normally be written to the response, but when the runtime is configured to throw an exception instead.
ReturnToExceptionorg.apache.beehive.netui.pageflow.internalNo description provided.
RuntimeExpressionExceptionorg.apache.beehive.netui.scriptNo description provided.
ServiceExceptionorg.apache.beehive.controls.spi.svcThe ServiceException class declares an checked exception that is thrown by the Service API runtime under certain failure conditions.
SessionExpiredExceptionorg.apache.beehive.netui.pageflowException 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)
  • .
TypeConversionExceptionorg.apache.beehive.netui.util.typeA TypeConversionException is thrown when an error has occurred performing a type conversion in the TypeUtils class.
TypeConverterNotFoundExceptionorg.apache.beehive.netui.util.typeNo description provided.
UnfulfilledRolesExceptionorg.apache.beehive.netui.pageflowException 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.
UnhandledExceptionorg.apache.beehive.netui.pageflow.internalServletException derivative thrown when an exception occurred during action processing, and the exception was not handled by any exception handler.
UnresolvableForwardExceptionorg.apache.beehive.netui.pageflowException 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.
XmlModelWriterExceptionorg.apache.beehive.netui.compiler.modelNo description provided.
Search