com.antelmann.cddb
Class RecursiveCycleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.antelmann.cddb.RecursiveCycleException
- All Implemented Interfaces:
- Serializable
public class RecursiveCycleException
- extends RuntimeException
Thrown if a Composition object tries to use a parent object
that already has itself as a parent, or if a Group object
tries to insert a group that is already contained,
which constitues an illegal recursive cycle.
- Author:
- Holger Antelmann
- See Also:
Composition,
Group,
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RecursiveCycleException
public RecursiveCycleException(Composition c)
RecursiveCycleException
public RecursiveCycleException(Group g)
getObject
public Object getObject()
- returns either a Composition or a Group
(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads