Class AkinatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eu.zajc.akiwrapper.core.exceptions.AkinatorException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LanguageThemeCombinationException,MalformedResponseException,ServerStatusException,UndoOutOfBoundsException
The root exception class for exceptions in Akiwrapper.
- Author:
- Marko Zajc
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAkinatorException(String message) AkinatorException(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.will always return an empty string.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AkinatorException
public AkinatorException() -
AkinatorException
-
AkinatorException
-
-
Method Details
-
getDebugInformation
Deprecated, for removal: This API element is subject to removal in a future version.will always return an empty string. There is no direct replacement for this, but enabling trace logs will show contents of HTTP requests and responses.- Returns:
- the request debug information (when available) or an empty string
-