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.ExceptionThe 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
-
-
Constructor Summary
Constructors Constructor and Description UnsupportedVersionException()Default constructor.UnsupportedVersionException(java.lang.String message)Constructs anUnsupportedVersionExceptionexception object based on the specified detail message.
-
-
-
Constructor Detail
-
UnsupportedVersionException
public UnsupportedVersionException()
Default constructor.
-
UnsupportedVersionException
public UnsupportedVersionException(java.lang.String message)
Constructs an
UnsupportedVersionExceptionexception object based on the specified detail message.- Parameters:
message- detailed message.
-
-