Class CyclicDynamicFormsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.hybris.cockpitng.core.config.exception.CyclicDynamicFormsException
-
- All Implemented Interfaces:
java.io.Serializable
public class CyclicDynamicFormsException extends java.lang.RuntimeExceptionException which is thrown whenDynamicAttributeinDynamicFormshave cyclic references.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CyclicDynamicFormsException(java.lang.String message, java.util.List<DynamicAttribute> cycle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<DynamicAttribute>getCycle()
-
-
-
Constructor Detail
-
CyclicDynamicFormsException
public CyclicDynamicFormsException(java.lang.String message, java.util.List<DynamicAttribute> cycle)
-
-
Method Detail
-
getCycle
public java.util.List<DynamicAttribute> getCycle()
-
-