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 ConfigurationErrorMissingFeature(Class<? extends Feature> featureType) toString()Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
message
-
-
Constructor Details
-
ConfigurationError
-
-
Method Details
-
MissingFeature
-
toString
-