Package top.focess.qq.api.exceptions
Class VersionFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- top.focess.qq.api.exceptions.VersionFormatException
-
- All Implemented Interfaces:
Serializable
public class VersionFormatException extends RuntimeException
Thrown to indicate that a version string is not in the correct format.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VersionFormatException(String version)Constructs a VersionFormatException
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
VersionFormatException
public VersionFormatException(String version)
Constructs a VersionFormatException- Parameters:
version- the version that is not in correct format
-
-