Class WMTSTileSource.WMTSGetCapabilitiesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openstreetmap.josm.data.imagery.WMTSTileSource.WMTSGetCapabilitiesException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- WMTSTileSource
public static class WMTSTileSource.WMTSGetCapabilitiesException extends 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(String cause)
Create WMTS exceptionWMTSGetCapabilitiesException(String cause, Throwable t)
Create WMTS exception
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WMTSGetCapabilitiesException
public WMTSGetCapabilitiesException(String cause)
Create WMTS exception- Parameters:
cause
- description of cause
-
WMTSGetCapabilitiesException
public WMTSGetCapabilitiesException(String cause, Throwable t)
Create WMTS exception- Parameters:
cause
- description of causet
- nested exception
-
-