Package gov.nasa.worldwind.ogc.ows
Class OwsExceptionReport
- java.lang.Object
-
- gov.nasa.worldwind.util.xml.XmlModel
-
- gov.nasa.worldwind.ogc.ows.OwsExceptionReport
-
public class OwsExceptionReport extends XmlModel
-
-
Constructor Summary
Constructors Constructor Description OwsExceptionReport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<OwsException>
getExceptions()
java.lang.String
getLang()
java.lang.String
getVersion()
java.lang.String
toPrettyString()
java.lang.String
toString()
-
-
-
Method Detail
-
getExceptions
public java.util.List<OwsException> getExceptions()
-
getVersion
public java.lang.String getVersion()
-
getLang
public java.lang.String getLang()
-
toString
@NonNull public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
toPrettyString
public java.lang.String toPrettyString()
-
-