Class WMTSTileSource.WMTSGetCapabilitiesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openstreetmap.josm.data.imagery.WMTSTileSource.WMTSGetCapabilitiesException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- WMTSTileSource
public static class WMTSTileSource.WMTSGetCapabilitiesException extends java.lang.Exception
Exception thrown when parser doesn't find expected information in GetCapabilities document- Since:
- 13733
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WMTSGetCapabilitiesException(java.lang.String cause)
Create WMTS exceptionWMTSGetCapabilitiesException(java.lang.String cause, java.lang.Throwable t)
Create WMTS exception
-
-
-
Constructor Detail
-
WMTSGetCapabilitiesException
public WMTSGetCapabilitiesException(java.lang.String cause)
Create WMTS exception- Parameters:
cause
- description of cause
-
WMTSGetCapabilitiesException
public WMTSGetCapabilitiesException(java.lang.String cause, java.lang.Throwable t)
Create WMTS exception- Parameters:
cause
- description of causet
- nested exception
-
-