All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.fulib.fx.lang.error.properties Maven / Gradle / Ivy

# Controller/Component
1000=Class '%s' is not a component.
1001=Class '%s' is not a controller or component.
1002=Method '%s()' providing the view for class '%s' must return a (subtype of) 'javafx.scene.Parent'.
1003=Method '%s()' in class '%s' does not exist.
1004=Could not call method '%s' in class '%s'.
1005=Could not call method '%s' annotated with '%s' in class '%s'.
1006=Components must extend (a subtype of) 'javafx.scene.Node'.
1007=Class '%s' is annotated with both @Controller and @Component.
1008=Method '%s' providing the view for class '%s' must not have any parameters.
1009=Class '%s' annotated with @Title must be a controller or component.
1010=Method '%s' annotated with @OnKey in class '%s' must either take no or exactly one parameter of type KeyEvent.
1011=Controller '%s' must provide a parent as their view to be able to be shown as a root node.
1012=Cannot access private %s '%s' in class '%s' annotated with '%s'.

# Resources
2000=Could not find resource '%s'.
2000.note=Maybe the source path has not been set, see https://stackoverflow.com/a/74159042.
2001=File '%s' exists, but could not be converted to URL.
2002=Couldn't load the FXML file for controller/component '%s'
2003=Class '%s' has more than one field annotated with @Resource.
2004=Field '%s' in class '%s' annotated with @Resource is not of type ResourceBundle.
2005=Couldn't access the resource bundle field '%s' in class '%s'.
2006=Title '%s' in class '%s' specifies a language key, but no resource bundle was provided using @Resource.

# Routes
3000=Class '%s' has already been registered as the router class.
3001=Field '%s' is not annotated with @Route
3002=Route '%s' already leads to '%s' but was tried to be registered for '%s'.
3003=Field '%s' in class '%s' is annotated with @Route but is not a Provider providing a controller/component.
3004=Field '%s' in class '%s' is not a valid provider field.
3005=Route '%s' could not be found.
3006=Cannot traverse to parent of root node.

# Parameters
4000=Couldn't fill parameter '%s' into field '%s' in class '%s'.
4001=Couldn't call setter method with parameter '%s' for field '%s' in class '%s'.
4002=Field '%s' annotated with @ParamsMap in class '%s' is not of type Map.
4003=Method '%s' annotated with @ParamsMap in class '%s' must have exactly one parameter of type Map.
4004=Parameter '%s' annotated with @ParamsMap in method '%s' in class '%s' is not of type Map.
4005=Couldn't fill parameter '%s' into method '%s' in class '%s'.
4006=Method '%s' in class '%s' has a different amount of parameters than the annotation provides.
4007=Parameter '%s' in field '%s' in class '%s' is of type '%s' but the provided value is of type '%s'.
4008=Parameter '%s' in method '%s' in class '%s' is of type '%s' but the provided value is of type '%s'.
4009=Parameter '%s' in method '%s' in class '%s' is annotated with both @Param and @Params.
4010=Couldn't fill parameter map into field '%s' in class '%s'.
4011=Couldn't fill parameters into method '%s' in class '%s'.

# Queue
5000=No previous element saved.
5001=No next element saved.

# Subcomponents
6000=Multiple subcomponent providers annotated with @SubComponent with the same type '%s' found in class '%s'.
6001=Couldn't access the provider '%s' in class '%s'.
6002=Couldn't access field '%s' annotated as a subcomponent in class '%s'.
6003=No usable instance of the subcomponent with type '%s' in class '%s' found.
6004=No instance of the subcomponent with type '%s' in class '%s' found.
6005=Field '%s' in class '%s' is annotated with @SubComponent but is not a subcomponent or provider thereof."
6006=Couldn't determine the type of the provider '%s' in class '%s'.

# Loops
7000=For loop is already initialized.
7001=Item '%s' is already in the list.

# Other
9000=Couldn't run method for field '%s' in class '%s'.
9001=Couldn't access field '%s' in class '%s'.
9002=Field '%s' in class '%s' is not initialized.
9003=Couldn't access method 'getChildren()' in class '%s' or super classes.
9004=Couldn't start file service.
9005=Couldn't close watcher.
9006=No duplicator registered for '%s'.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy