Uses of Class
org.n52.shetland.ogc.wps.exception.WpsExceptionCode
-
Packages that use WpsExceptionCode Package Description org.n52.shetland.ogc.wps.exception -
-
Uses of WpsExceptionCode in org.n52.shetland.ogc.wps.exception
Methods in org.n52.shetland.ogc.wps.exception that return WpsExceptionCode Modifier and Type Method Description static WpsExceptionCodeWpsExceptionCode. valueOf(String name)Returns the enum constant of this type with the specified name.static WpsExceptionCode[]WpsExceptionCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.n52.shetland.ogc.wps.exception with parameters of type WpsExceptionCode Constructor Description CodedWpsException(WpsExceptionCode code)
-