Package io.airlift.bootstrap
Class ApplicationConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.airlift.bootstrap.ApplicationConfigurationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationConfigurationException(Collection<com.google.inject.spi.Message> errors, Collection<com.google.inject.spi.Message> warnings) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ApplicationConfigurationException
public ApplicationConfigurationException(Collection<com.google.inject.spi.Message> errors, Collection<com.google.inject.spi.Message> warnings)
-
-
Method Details
-
getErrors
-
getWarnings
-
getMessage
- Overrides:
getMessagein classThrowable
-