net.sourceforge.wurfl.core.resource
Class CircularHierarchyException
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.HierarchyConsistencyException
net.sourceforge.wurfl.core.resource.CircularHierarchyException
- All Implemented Interfaces:
- Serializable
public class CircularHierarchyException
- extends HierarchyConsistencyException
Circular hierarchy exception.
This Exception is thrown when is detected a ModelDevice member of a circular
hierarchy. A circular hierarchy don not have a start and a end device,
iterating over it take in a infinite loop.
- Version:
- $Id: CircularHierarchyException.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 |
CircularHierarchyException
public CircularHierarchyException(List hierarchy)
- Build this Exception by a hierarchy.
- Parameters:
hierarchy - The list of ModelDevices member of this circular
hierarchy.
Copyright © 2008-2010 WURFL-Pro srl. All Rights Reserved.