net.sourceforge.wurfl.core.resource
Class InexistentGroupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sourceforge.wurfl.core.WURFLRuntimeException
                  extended by net.sourceforge.wurfl.core.resource.WURFLConsistencyException
                      extended by net.sourceforge.wurfl.core.resource.DeviceConsistencyException
                          extended by net.sourceforge.wurfl.core.resource.GroupConsistencyException
                              extended by net.sourceforge.wurfl.core.resource.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 432 2010-05-06 12:12:53Z filippo.deluca $
Author:
Fantayeneh Asres Gizaw, Filippo De Luca
See Also:
Serialized Form

Constructor Summary
InexistentGroupException(ModelDevice device, String group)
          Build the Exception from ModelDevice definig the group and the object group.
 
Method Summary
 
Methods inherited from class net.sourceforge.wurfl.core.resource.GroupConsistencyException
getGroup
 
Methods inherited from class net.sourceforge.wurfl.core.resource.DeviceConsistencyException
getDevice
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 © 2008-2010 WURFL-Pro srl. All Rights Reserved.