org.cybergarage.upnp.device.Description Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of upnp-stack Show documentation
Show all versions of upnp-stack Show documentation
A pure Java Open Source implementation of the UPnP stack for JDK 1.4 or above
The newest version!
/******************************************************************
*
* CyberUPnP for Java
*
* Copyright (C) Satoshi Konno 2002
*
* File: MAN.java
*
* Revision;
*
* 12/30/02
* - first revision.
*
******************************************************************/
package org.cybergarage.upnp.device;
public class Description
{
public final static String LOADING_EXCEPTION = "Couldn't load a specified description file ";
public final static String NOROOT_EXCEPTION = "Couldn't find a root node";
public final static String NOROOTDEVICE_EXCEPTION = "Couldn't find a root device node";
}