Class VersionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.aristaflow.adept2.util.xml.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:
  • Constructor Details

    • VersionException

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