YAACC - UPNP Client and Server
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
org.fourthline.cling.model.UnsupportedDataException Class Reference

Thrown by processors/converters when errors occurred. More...

Inheritance diagram for org.fourthline.cling.model.UnsupportedDataException:
Inheritance graph
Collaboration diagram for org.fourthline.cling.model.UnsupportedDataException:
Collaboration graph

Public Member Functions

 UnsupportedDataException (String s)
 
 UnsupportedDataException (String s, Throwable throwable)
 
 UnsupportedDataException (String s, Throwable throwable, Object data)
 
Object getData ()
 

Protected Attributes

Object data
 

Detailed Description

Thrown by processors/converters when errors occurred.

This exception indicates that received data was in an invalid format and/or could not be parsed or converted. You typically can recover from this failure after catching (and logging?) the exception.

Author
Christian Bauer

The documentation for this class was generated from the following file: