Class InvalidEncodingException

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

public class InvalidEncodingException extends RuntimeException
InvalidEncodingException in cases where something is not UTF-8 Encoded.
See Also:
  • Constructor Details

    • InvalidEncodingException

      public InvalidEncodingException(String actual, String message)
  • Method Details

    • getActual

      public String getActual()