Class ParsingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opendaylight.ovsdb.lib.error.ParsingException
All Implemented Interfaces:
Serializable

public class ParsingException extends RuntimeException
The ParsingException is thrown when JSON could not be successfully parsed.
See Also:
  • Constructor Details

    • ParsingException

      public ParsingException()
    • ParsingException

      public ParsingException(String message)
    • ParsingException

      public ParsingException(String message, Throwable cause)
    • ParsingException

      public ParsingException(Throwable cause)
    • ParsingException

      public ParsingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)