Class HanaWKBWriterException

  • All Implemented Interfaces:
    Serializable

    public class HanaWKBWriterException
    extends Exception
    Exception thrown if WKB writing fails.
    Author:
    Stefan Uhrig, SAP SE
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • HanaWKBWriterException

        public HanaWKBWriterException​(String message)
      • HanaWKBWriterException

        public HanaWKBWriterException​(Throwable cause)
      • HanaWKBWriterException

        public HanaWKBWriterException​(String message,
                                      Throwable cause)