net.sourceforge.wurfl.core.resource
Class InexistentCapabilityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sourceforge.wurfl.core.WURFLRuntimeException
net.sourceforge.wurfl.core.resource.WURFLConsistencyException
net.sourceforge.wurfl.core.resource.DeviceConsistencyException
net.sourceforge.wurfl.core.resource.CapabilityConsistencyException
net.sourceforge.wurfl.core.resource.InexistentCapabilityException
- All Implemented Interfaces:
- Serializable
public class InexistentCapabilityException
- extends CapabilityConsistencyException
Unknow capability exception.
This Exception is thrown when a ModelDevice define a capability not
defined by generic device.
- Version:
- $Id: InexistentCapabilityException.java 432 2010-05-06 12:12:53Z filippo.deluca $
- Author:
- Fantayeneh Asres Gizaw, Filippo De Luca
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InexistentCapabilityException
public InexistentCapabilityException(ModelDevice device,
String capability)
- Build this Exception from a
ModelDevice and the not defined
capability.
- Parameters:
device - A ModelDevice instance defining capability.capability - The capability is not defined by generic
Copyright © 2008-2010 WURFL-Pro srl. All Rights Reserved.