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:
java.io.Serializable
public class ConfigurationError extends java.lang.RuntimeExceptionConfiguration errors represent specific invalid configurations of a feature in aIBusConfigurationAn invalid feature configuration is assumed to render the bus dysfunctional and as such is thrown as an unchecked exception.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringmessage
-
Constructor Summary
Constructors Modifier Constructor Description privateConfigurationError(java.lang.String message)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConfigurationErrorMissingFeature(java.lang.Class<? extends Feature> featureType)java.lang.StringtoString()
-
-
-
Method Detail
-
MissingFeature
public static ConfigurationError MissingFeature(java.lang.Class<? extends Feature> featureType)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Throwable
-
-