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
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 Summary
Constructors Constructor Description VersionException(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 Detail
-
VersionException
public VersionException(String message)
Constructs a new VersionException with the provided message.- Parameters:
message
- The exception detail.
-
-