Class ContentNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.schabi.newpipe.extractor.exceptions.ExtractionException
-
- org.schabi.newpipe.extractor.exceptions.ParsingException
-
- org.schabi.newpipe.extractor.exceptions.ContentNotSupportedException
-
- All Implemented Interfaces:
java.io.Serializable
public class ContentNotSupportedException extends ParsingException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContentNotSupportedException(java.lang.String message)
ContentNotSupportedException(java.lang.String message, java.lang.Throwable cause)
-