Package org.jupnp.model
Klasse UnsupportedDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jupnp.model.UnsupportedDataException
- Alle implementierten Schnittstellen:
Serializable
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.
- Autor:
- Christian Bauer
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungUnsupportedDataException(String s, Throwable throwable) UnsupportedDataException(String s, Throwable throwable, Object data) -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Felddetails
-
data
-
-
Konstruktordetails
-
UnsupportedDataException
-
UnsupportedDataException
-
UnsupportedDataException
-
-
Methodendetails
-
getData
-