Class KmlDocumentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.storelocator.exception.KmlDocumentException
All Implemented Interfaces:
Serializable

public class KmlDocumentException extends RuntimeException
Exception thrown if any error occurs while creating google KML document.
See Also:
  • Constructor Details

    • KmlDocumentException

      public KmlDocumentException(String message, Throwable cause)
      Parameters:
      message -
      cause -
    • KmlDocumentException

      public KmlDocumentException(String message)
      Parameters:
      message -
    • KmlDocumentException

      public KmlDocumentException(Throwable cause)
      Parameters:
      cause -