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.
Constructor and Description |
---|
UnsupportedVersionException()
Default constructor.
|
UnsupportedVersionException(java.lang.String message)
Constructs an
UnsupportedVersionException exception object based on the specified detail message. |
public UnsupportedVersionException()
Default constructor.
public UnsupportedVersionException(java.lang.String message)
Constructs an UnsupportedVersionException
exception object based on the specified detail message.
message
- detailed message.