net.sourceforge.wurfl.core.resource.exc
Class DeviceNotInModelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sourceforge.wurfl.core.exc.WURFLRuntimeException
net.sourceforge.wurfl.core.resource.exc.DeviceNotInModelException
- All Implemented Interfaces:
- Serializable
public class DeviceNotInModelException
- extends WURFLRuntimeException
The device is not managed by model.
This exception is thrown if the referenced device is not managed by model.
- Version:
- $Id: DeviceNotInModelException.java 934 2012-03-27 13:34:26Z fulvio.crivellaro $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DeviceNotInModelException
public DeviceNotInModelException(ModelDevice modelDevice)
- Build DeviceNotInModelException by source ModelDevice.
- Parameters:
modelDevice - The exception source.
getModelDevice
public ModelDevice getModelDevice()
- Returns the held ModelDevice source of this exception.
- Returns:
- Not defined ModelDevice.
Copyright © 2012 ScientiaMobile Inc.. All Rights Reserved.