Package | Description |
---|---|
fr.cnes.doi.application |
Data Object Identifier managing a coherent set of resources and services.
|
fr.cnes.doi.exception |
All current Exceptions.
|
Modifier and Type | Method and Description |
---|---|
static DoiMdsApplication.API_MDS |
DoiMdsApplication.API_MDS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DoiMdsApplication.API_MDS[] |
DoiMdsApplication.API_MDS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DoiServerException(org.restlet.Application app,
DoiMdsApplication.API_MDS error)
Creates an exception based on the app and the error coming from
Doi-server.
|
DoiServerException(org.restlet.Application app,
DoiMdsApplication.API_MDS error,
Exception ex)
Creates an exception based on the app and the error coming from
Doi-server.
|
DoiServerException(org.restlet.Application app,
DoiMdsApplication.API_MDS error,
String description)
Creates an exception based on the app and the error coming from
Doi-server.
|
DoiServerException(org.restlet.Application app,
DoiMdsApplication.API_MDS error,
String description,
Throwable cause)
Creates an exception based on the app and the error coming from
Doi-server.
|
Copyright © 2017–2020 CNES. All rights reserved.