Class CyclicDynamicFormsException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CyclicDynamicFormsException
    extends java.lang.RuntimeException
    Exception which is thrown when DynamicAttribute in DynamicForms have cyclic references.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<DynamicAttribute> getCycle()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CyclicDynamicFormsException

        public CyclicDynamicFormsException​(java.lang.String message,
                                           java.util.List<DynamicAttribute> cycle)