com.supermap.services.providers

Class UnsupportedVersionException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.supermap.services.providers.UnsupportedVersionException
  • All Implemented Interfaces:
    java.io.Serializable


    public class UnsupportedVersionException
    extends java.lang.Exception
    

    The version does not support exceptions.

    This exception is thrown when the parser does not parse the version declared in the XML document.

    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • UnsupportedVersionException

        public UnsupportedVersionException()
        

        Default constructor.

      • UnsupportedVersionException

        public UnsupportedVersionException(java.lang.String message)
        

        Constructs an UnsupportedVersionException exception object based on the specified detail message.

        Parameters:
        message - detailed message.