public class InvalidLookupException extends LookupException
LookupException denoting specifically that the
problem is a single result that is invalid or otherwise unexpected.getInvalidMatch(),
Serialized Form| Constructor and Description |
|---|
InvalidLookupException(String msg,
Object match)
Initializes me with a user-friendly message describing the nature of
the lookup that resulted in an unexpected match.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getInvalidMatch()
Obtains the invalid result of the look-up, or
null if the
look-up found no matches or multiple ambiguous matches. |
getAmbiguousMatches, getMatchesgetDiagnosticaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Object getInvalidMatch()
null if the
look-up found no matches or multiple ambiguous matches.null if the look-up
problem was not a matter of finding an invalid resultLookupException.getAmbiguousMatches()Copyright © 2015 Open eHealth Foundation. All rights reserved.