Class ParsingFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
za.co.wethinkcode.robots.client.errors.ParsingFailedException
- All Implemented Interfaces:
Serializable
Exception for a failure to parse JSON in an unexpected way.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParsingFailedException(String message) ParsingFailedException(String message, Throwable 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
-
ParsingFailedException
public ParsingFailedException() -
ParsingFailedException
-
ParsingFailedException
-