net.sourceforge.wurfl.core.resource.exc
Class InexistentGroupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sourceforge.wurfl.core.exc.WURFLRuntimeException
net.sourceforge.wurfl.core.resource.exc.WURFLConsistencyException
net.sourceforge.wurfl.core.resource.exc.DeviceConsistencyException
net.sourceforge.wurfl.core.resource.exc.GroupConsistencyException
net.sourceforge.wurfl.core.resource.exc.InexistentGroupException
- All Implemented Interfaces:
- Serializable
public class InexistentGroupException
- extends GroupConsistencyException
Inexistent group exception.
This Exception is thrown when a ModelDevice define a group not
defined by generic.
- Version:
- $Id: InexistentGroupException.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 |
InexistentGroupException
public InexistentGroupException(ModelDevice device,
String group)
- Build the Exception from
ModelDevice definig the group and the
object group.
- Parameters:
device - A ModelDevice defining the group.group - The group object of this Exception.
Copyright © 2012 ScientiaMobile Inc.. All Rights Reserved.