Class InvalidConfigurationError

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidConfigurationError
    extends java.lang.Error
    Indicates an incorrect configuration.
    Author:
    Daniel Sagenschneider
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • InvalidConfigurationError

        public InvalidConfigurationError​(java.lang.String message)
        Instantiate.
        Parameters:
        message - Message.
      • InvalidConfigurationError

        public InvalidConfigurationError​(java.lang.String message,
                                         java.lang.Throwable cause)
        Instantiate.
        Parameters:
        message - Message.
        cause - Cause.
      • InvalidConfigurationError

        public InvalidConfigurationError​(java.lang.Throwable cause)
        Instantiate.
        Parameters:
        cause - Cause.