Package de.aristaflow.adept2.util.xml
Class VersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.aristaflow.adept2.util.xml.VersionException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionVersionException(String message) Constructs a new VersionException with the provided message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VersionException
Constructs a new VersionException with the provided message.- Parameters:
message- The exception detail.
-