Class VersionFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
VASSAL.tools.version.VersionFormatException
All Implemented Interfaces:
Serializable

@Deprecated(since="2020-08-28", forRemoval=true) public class VersionFormatException extends Exception
Deprecated, for removal: This API element is subject to removal in a future version.
An Exception indicating a malformed VASSAL version string.
Since:
3.1.0
Author:
Joel Uckelman
See Also:
VersionTokenizer, Serialized Form
  • Constructor Details

    • VersionFormatException

      public VersionFormatException()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • VersionFormatException

      public VersionFormatException(Throwable cause)
      Deprecated, for removal: This API element is subject to removal in a future version.