| Package | Description | 
|---|---|
| org.opentripplanner.api.common | |
| org.opentripplanner.api.model.error | 
| Modifier and Type | Field and Description | 
|---|---|
Message | 
ParameterException.message  | 
| Modifier and Type | Method and Description | 
|---|---|
static Message | 
Message.findEnumByProperty(String value)  | 
static Message | 
Message.findEnumByProperty(String value,
                  Locale l)
will return the enum who's .property value matches the passed in value ... 
 | 
static Message | 
Message.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Message[] | 
Message.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
ParameterException(Message message)  | 
| Modifier and Type | Field and Description | 
|---|---|
Message | 
PlannerError.message  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PlannerError.setMsg(Message msg)  | 
| Constructor and Description | 
|---|
PlannerError(Message msg)  | 
Copyright © 2019. All rights reserved.