Uses of Class
jmri.NamedBean.BadNameException
Packages that use NamedBean.BadNameException
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Provides implementations of various JMRI managers.
-
Uses of NamedBean.BadNameException in jmri
Subclasses of NamedBean.BadNameException in jmriModifier and TypeClassDescriptionstatic classstatic classMethods in jmri that throw NamedBean.BadNameExceptionModifier and TypeMethodDescriptionTransitManager.createNewTransit(String userName) For use with User GUI, to allow the auto generation of systemNames, where the user can optionally supply a username.TransitManager.createNewTransit(String systemName, String userName) Create a new Transit if the Transit does not exist. -
Uses of NamedBean.BadNameException in jmri.managers
Methods in jmri.managers that throw NamedBean.BadNameExceptionModifier and TypeMethodDescriptionDefaultTransitManager.createNewTransit(String userName) For use with User GUI, to allow the auto generation of systemNames, where the user can optionally supply a username.DefaultTransitManager.createNewTransit(String systemName, String userName) Create a new Transit if the Transit does not exist.