Class CyclicDefinitionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CyclicDefinitionException
    extends java.lang.RuntimeException
    Thrown when an object, such as a view, is found to have a cylic definition.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int depth  
      java.util.List<java.lang.String> path  
    • Constructor Summary

      Constructors 
      Constructor Description
      CyclicDefinitionException​(int depth, java.util.List<java.lang.String> path)
      Creates CyclicDefinitionException.
    • Method Summary

      • 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
    • Field Detail

      • depth

        public final int depth
      • path

        public final java.util.List<java.lang.String> path
    • Constructor Detail

      • CyclicDefinitionException

        public CyclicDefinitionException​(int depth,
                                         java.util.List<java.lang.String> path)
        Creates CyclicDefinitionException.