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
public final class ApplicationConfigurationException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApplicationConfigurationException(Collection<com.google.inject.spi.Message> errors, Collection<com.google.inject.spi.Message> warnings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<com.google.inject.spi.Message>getErrors()StringgetMessage()Set<com.google.inject.spi.Message>getWarnings()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ApplicationConfigurationException
public ApplicationConfigurationException(Collection<com.google.inject.spi.Message> errors, Collection<com.google.inject.spi.Message> warnings)
-
-
Method Detail
-
getErrors
public Set<com.google.inject.spi.Message> getErrors()
-
getWarnings
public Set<com.google.inject.spi.Message> getWarnings()
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
-