Class KmlDocumentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.storelocator.exception.KmlDocumentException
-
- All Implemented Interfaces:
java.io.Serializable
public class KmlDocumentException extends java.lang.RuntimeExceptionException thrown if any error occurs while creating google KML document.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KmlDocumentException(java.lang.String message)KmlDocumentException(java.lang.String message, java.lang.Throwable cause)KmlDocumentException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
KmlDocumentException
public KmlDocumentException(java.lang.String message, java.lang.Throwable cause)- Parameters:
message-cause-
-
KmlDocumentException
public KmlDocumentException(java.lang.String message)
- Parameters:
message-
-
KmlDocumentException
public KmlDocumentException(java.lang.Throwable cause)
- Parameters:
cause-
-
-