Uses of Class
net.officefloor.woof.model.woof.WoofExceptionModel
-
Packages that use WoofExceptionModel Package Description net.officefloor.gef.woof net.officefloor.woof.model.woof -
-
Uses of WoofExceptionModel in net.officefloor.gef.woof
Methods in net.officefloor.gef.woof that return WoofExceptionModel Modifier and Type Method Description WoofExceptionModel
WoofExceptionItem. prototype()
Methods in net.officefloor.gef.woof that return types with arguments of type WoofExceptionModel Modifier and Type Method Description protected Change<WoofExceptionModel>
WoofExceptionItem. addException(WoofChanges operations, java.lang.String exceptionClassName)
protected Change<WoofExceptionModel>
WoofExceptionItem. refactorException(WoofChanges operations, WoofExceptionModel model, java.lang.String exceptionClassName)
protected Change<WoofExceptionModel>
WoofExceptionItem. removeException(WoofChanges operations, WoofExceptionModel model)
Methods in net.officefloor.gef.woof with parameters of type WoofExceptionModel Modifier and Type Method Description protected java.lang.String
WoofExceptionItem. getExceptionClassName(WoofExceptionModel model)
void
WoofExceptionItem. loadToParent(WoofModel parentModel, WoofExceptionModel itemModel)
protected Change<WoofExceptionModel>
WoofExceptionItem. refactorException(WoofChanges operations, WoofExceptionModel model, java.lang.String exceptionClassName)
protected Change<WoofExceptionModel>
WoofExceptionItem. removeException(WoofChanges operations, WoofExceptionModel model)
-
Uses of WoofExceptionModel in net.officefloor.woof.model.woof
Methods in net.officefloor.woof.model.woof that return WoofExceptionModel Modifier and Type Method Description WoofExceptionModel
WoofExceptionToWoofHttpContinuationModel. getWoofException()
WoofExceptionModel
WoofExceptionToWoofProcedureModel. getWoofException()
WoofExceptionModel
WoofExceptionToWoofResourceModel. getWoofException()
WoofExceptionModel
WoofExceptionToWoofSectionInputModel. getWoofException()
WoofExceptionModel
WoofExceptionToWoofSecurityModel. getWoofException()
WoofExceptionModel
WoofExceptionToWoofTemplateModel. getWoofException()
Methods in net.officefloor.woof.model.woof that return types with arguments of type WoofExceptionModel Modifier and Type Method Description Change<WoofExceptionModel>
WoofChanges. addException(java.lang.String exceptionClassName)
Adds aWoofExceptionModel
.Change<WoofExceptionModel>
WoofChangesImpl. addException(java.lang.String exceptionClassName)
java.util.List<WoofExceptionModel>
WoofModel. getWoofExceptions()
Change<WoofExceptionModel>
WoofChanges. refactorException(WoofExceptionModel exception, java.lang.String exceptionClassName)
Refactors aWoofExceptionModel
.Change<WoofExceptionModel>
WoofChangesImpl. refactorException(WoofExceptionModel exception, java.lang.String exceptionClassName)
RemoveConnectionsAction<WoofExceptionModel>
WoofExceptionModel. removeConnections()
Remove Connections.Change<WoofExceptionModel>
WoofChanges. removeException(WoofExceptionModel exception)
Removes theWoofExceptionModel
.Change<WoofExceptionModel>
WoofChangesImpl. removeException(WoofExceptionModel exception)
Constructors in net.officefloor.woof.model.woof with parameters of type WoofExceptionModel Constructor Description WoofExceptionToWoofHttpContinuationModel(java.lang.String applicationPath, WoofExceptionModel woofException, WoofHttpContinuationModel woofHttpContinuation)
Convenience constructor.WoofExceptionToWoofHttpContinuationModel(java.lang.String applicationPath, WoofExceptionModel woofException, WoofHttpContinuationModel woofHttpContinuation, int x, int y)
Convenience constructor allowing XY initialising.WoofExceptionToWoofProcedureModel(java.lang.String procedureName, WoofExceptionModel woofException, WoofProcedureModel woofProcedure)
Convenience constructor.WoofExceptionToWoofProcedureModel(java.lang.String procedureName, WoofExceptionModel woofException, WoofProcedureModel woofProcedure, int x, int y)
Convenience constructor allowing XY initialising.WoofExceptionToWoofResourceModel(java.lang.String resourcePath, WoofExceptionModel woofException, WoofResourceModel woofResource)
Convenience constructor.WoofExceptionToWoofResourceModel(java.lang.String resourcePath, WoofExceptionModel woofException, WoofResourceModel woofResource, int x, int y)
Convenience constructor allowing XY initialising.WoofExceptionToWoofSectionInputModel(java.lang.String sectionName, java.lang.String inputName, WoofExceptionModel woofException, WoofSectionInputModel woofSectionInput)
Convenience constructor.WoofExceptionToWoofSectionInputModel(java.lang.String sectionName, java.lang.String inputName, WoofExceptionModel woofException, WoofSectionInputModel woofSectionInput, int x, int y)
Convenience constructor allowing XY initialising.WoofExceptionToWoofSecurityModel(java.lang.String httpSecurityName, WoofExceptionModel woofException, WoofSecurityModel woofSecurity)
Convenience constructor.WoofExceptionToWoofSecurityModel(java.lang.String httpSecurityName, WoofExceptionModel woofException, WoofSecurityModel woofSecurity, int x, int y)
Convenience constructor allowing XY initialising.WoofExceptionToWoofTemplateModel(java.lang.String applicationPath, WoofExceptionModel woofException, WoofTemplateModel woofTemplate)
Convenience constructor.WoofExceptionToWoofTemplateModel(java.lang.String applicationPath, WoofExceptionModel woofException, WoofTemplateModel woofTemplate, int x, int y)
Convenience constructor allowing XY initialising.WoofModel(WoofHttpContinuationModel[] woofHttpContinuation, WoofHttpInputModel[] woofHttpInput, WoofTemplateModel[] woofTemplate, WoofSecurityModel[] woofSecurity, WoofSectionModel[] woofSection, WoofProcedureModel[] woofProcedure, WoofGovernanceModel[] woofGovernance, WoofResourceModel[] woofResource, WoofExceptionModel[] woofException, WoofStartModel[] woofStart)
Convenience constructor.WoofModel(WoofHttpContinuationModel[] woofHttpContinuation, WoofHttpInputModel[] woofHttpInput, WoofTemplateModel[] woofTemplate, WoofSecurityModel[] woofSecurity, WoofSectionModel[] woofSection, WoofProcedureModel[] woofProcedure, WoofGovernanceModel[] woofGovernance, WoofResourceModel[] woofResource, WoofExceptionModel[] woofException, WoofStartModel[] woofStart, int x, int y)
Convenience constructor allowing XY initialising.
-