Class DecodingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.iab.gpp.encoder.error.DecodingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LazyDecodingException

public class DecodingException extends Exception
See Also:
  • Constructor Details

    • DecodingException

      public DecodingException(String msg)
    • DecodingException

      public DecodingException(Exception e)
    • DecodingException

      public DecodingException(String msg, Exception e)