Package com.jalios.jcms
Class CategoryCycleException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- com.jalios.jcms.CategoryCycleException
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class CategoryCycleException extends java.lang.Exception- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringREVISION 
- 
Constructor Summary
Constructors Constructor Description CategoryCycleException(java.lang.String msg, Category category) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CategorygetCategory() 
 - 
 
- 
- 
Field Detail
- 
REVISION
public static final java.lang.String REVISION
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
CategoryCycleException
public CategoryCycleException(java.lang.String msg, Category category) 
 - 
 
- 
Method Detail
- 
getCategory
public Category getCategory()
 
 - 
 
 -