Class DeclarativeConfigException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.opentelemetry.api.incubator.config.DeclarativeConfigException
All Implemented Interfaces:
Serializable

public final class DeclarativeConfigException extends RuntimeException
An exception that is thrown when errors occur with declarative configuration.
See Also:
  • Constructor Details

    • DeclarativeConfigException

      public DeclarativeConfigException(String message)
      Create a new configuration exception with specified message and without a cause.
    • DeclarativeConfigException

      public DeclarativeConfigException(String message, Throwable cause)
      Create a new configuration exception with specified message and cause.