public class NoSuchEntryException extends ConfigurationException
Configuration does
not find a matching entry.Configuration.getEntry,
Serialized Form| Constructor and Description |
|---|
NoSuchEntryException(String s)
Creates an instance with the specified detail message.
|
NoSuchEntryException(String s,
Throwable t)
Creates an instance with the specified detail message and causing
exception, which should not be an instance of
Error. |
toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic NoSuchEntryException(String s)
s - the detail messageCopyright © 2016–2018 The Apache Software Foundation. All rights reserved.