Class ConfigException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ConfigException
    extends java.lang.Exception
    Exception thrown for configuration errors.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ConfigException​(java.lang.String error)
      Construct a config exception with provided error.
      ConfigException​(java.lang.String error, java.lang.Throwable cause)
      Construct a config exception with provided error and reason.
    • 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

      • ConfigException

        public ConfigException​(java.lang.String error)
        Construct a config exception with provided error.
        Parameters:
        error - error message
      • ConfigException

        public ConfigException​(java.lang.String error,
                               java.lang.Throwable cause)
        Construct a config exception with provided error and reason.
        Parameters:
        error - error message
        cause - error cause