Class VersionException

  • All Implemented Interfaces:
    Serializable

    public class VersionException
    extends Exception
    Version exceptions are thrown if template or instance files have a format version that is not or no longer supported.
    Author:
    Patrick Haas
    See Also:
    Serialized Form
    • Constructor Detail

      • VersionException

        public VersionException​(String message)
        Constructs a new VersionException with the provided message.
        Parameters:
        message - The exception detail.