Class EvaluationStackOverflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zfabrik.components.provider.props.EvaluationException
com.zfabrik.components.provider.props.EvaluationStackOverflowException
- All Implemented Interfaces:
Serializable
Exception thrown when evaluation recursion exceeds 50
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Max evaluation stack depth in processing -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
MAX_STACK_DEPTH
public static final int MAX_STACK_DEPTHMax evaluation stack depth in processing- See Also:
-
-
Constructor Details
-
EvaluationStackOverflowException
-