public class InvalidDescriptionException extends Exception
This exception is thrown during device description processing when the XML description is malformed, missing required elements, or contains invalid data that prevents proper device initialization.
Key features:
This exception is used by UPnP device parsing components to indicate failures in loading or interpreting device description documents, helping developers identify and resolve description format issues.
| Constructor and Description |
|---|
InvalidDescriptionException() |
InvalidDescriptionException(Exception e) |
InvalidDescriptionException(String s) |
InvalidDescriptionException(String s,
File file) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString