Class ConfigurationError

  • All Implemented Interfaces:
    java.io.Serializable

    public class ConfigurationError
    extends java.lang.RuntimeException
    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:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String message  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ConfigurationError​(java.lang.String message)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static ConfigurationError MissingFeature​(java.lang.Class<? extends Feature> featureType)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • message

        private java.lang.String message
    • Constructor Detail

      • ConfigurationError

        private ConfigurationError​(java.lang.String message)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable