com.arsdigita.categorization
Class CategoryMappingExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.arsdigita.util.UncheckedWrapperException
com.arsdigita.categorization.CategorizationException
com.arsdigita.categorization.CategoryMappingExistsException
- All Implemented Interfaces:
- Serializable
- public class CategoryMappingExistsException
- extends CategorizationException
This is thrown when an attempt is made to add a mapping that already exists.
- Version:
- $Revision: #10 $ $DateTime: 2004/04/07 16:07:11 $
- Author:
- Randy Graebner
- See Also:
- Serialized Form
CategoryMappingExistsException
public CategoryMappingExistsException(String message)
CategoryMappingExistsException
public CategoryMappingExistsException(Exception e)
setObject
public void setObject(ACSObject object)
- Sets the offending object.
setCategory
public void setCategory(Category cat)
- Sets the parent category from the mapping.
getObject
public ACSObject getObject()
- Returns the object that caused this exception.
getCategory
public Category getCategory()
- Returns the category for which the exception was thrown.
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC