net.sourceforge.wurfl.core.exc
Class GroupNotDefinedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sourceforge.wurfl.core.exc.WURFLRuntimeException
net.sourceforge.wurfl.core.exc.GroupNotDefinedException
- All Implemented Interfaces:
- Serializable
public class GroupNotDefinedException
- extends WURFLRuntimeException
Exception thrown if the group requested is not defined in WURFL.
- Version:
- $Id: GroupNotDefinedException.java 934 2012-03-27 13:34:26Z fulvio.crivellaro $
- See Also:
- Serialized Form
|
Method Summary |
String |
getGroupId()
Return the identifier of group object of this exception. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GroupNotDefinedException
public GroupNotDefinedException(String groupId,
String message)
- This constructor build this Exception by the not defined group identifier
and message to display.
- Parameters:
groupId - The identifier of not defined group.message - The message to display.
GroupNotDefinedException
public GroupNotDefinedException(String groupId)
- This constructor build this Exception by the not defined group
identifier.
- Parameters:
groupId - The identifier of not defined group.
getGroupId
public String getGroupId()
- Return the identifier of group object of this exception.
- Returns:
- the identifier of group object of this exception.
Copyright © 2012 ScientiaMobile Inc.. All Rights Reserved.