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