public class UnknownPropertyError extends Error
Indicates a property was not configured within the SourceProperties
.
This is a critical error as the source is requiring this property to initialise and subsequently start.
Constructor and Description |
---|
UnknownPropertyError(String message,
String unknownPropertyName)
Initiate.
|
Modifier and Type | Method and Description |
---|---|
String |
getUnknownPropertyName()
Obtains the name of the unknown property.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public String getUnknownPropertyName()
Copyright © 2005–2016. All rights reserved.