Package net.dv8tion.jda.api.exceptions
Class ParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
net.dv8tion.jda.api.exceptions.ParsingException
- All Implemented Interfaces:
Serializable
Indicates a failure in parsing or deserializing data.
- See Also:
-
Constructor Summary
ConstructorDescriptionParsingException
(Exception cause) ParsingException
(String message) ParsingException
(String message, Exception cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParsingException
-
ParsingException
-
ParsingException
-