public class InvalidLookupParametersException
extends java.lang.Exception
Modifier and Type | Class and Description |
---|---|
static class |
InvalidLookupParametersException.Problem |
Constructor and Description |
---|
InvalidLookupParametersException(java.util.List<InvalidLookupParametersException.Problem> problems) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
java.util.List<InvalidLookupParametersException.Problem> |
getProblems() |
public InvalidLookupParametersException(java.util.List<InvalidLookupParametersException.Problem> problems)
problems
- public java.util.List<InvalidLookupParametersException.Problem> getProblems()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable