Package net.engio.mbassy.bus.config
Class ConfigurationError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.engio.mbassy.bus.config.ConfigurationError
- All Implemented Interfaces:
Serializable
Configuration errors represent specific invalid configurations of a feature in a
IBusConfiguration
An invalid feature configuration is assumed to render the bus dysfunctional and as such is thrown as an unchecked exception.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ConfigurationError
MissingFeature
(Class<? extends Feature> featureType) toString()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace