Class VersionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- com.github.crashdemons.playerheads.compatibility.exceptions.VersionException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UnknownVersionException
public abstract class VersionException extends IllegalStateException
Base for all version exceptions- Author:
- crashdemons (crashenator at gmail.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VersionException(String s)
Constructor stub for version exceptionsVersionException(String s, Exception e)
Constructor stub for version exceptions
-
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 s, Exception e)
Constructor stub for version exceptions- Parameters:
s
- the string message for the exceptione
- the exception cause
-
VersionException
public VersionException(String s)
Constructor stub for version exceptions- Parameters:
s
- the string message for the exception
-
-