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