Package org.opendaylight.ovsdb.lib.error
Class ParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opendaylight.ovsdb.lib.error.ParsingException
- All Implemented Interfaces:
Serializable
The ParsingException is thrown when JSON could not be successfully parsed.
- See Also:
-
Constructor Summary
ConstructorDescriptionParsingException
(String message) ParsingException
(String message, Throwable cause) ParsingException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) ParsingException
(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
-
ParsingException
public ParsingException() -
ParsingException
-
ParsingException
-
ParsingException
-
ParsingException
-