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 SummaryConstructorsConstructorDescriptionParsingException(Exception cause) ParsingException(String message) ParsingException(String message, Exception cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ParsingException
- 
ParsingException
- 
ParsingException
 
-