The UnboundedStackException class is an exception thrown when traversing the graph to find the maximal stack depth. It is thrown if a cycle in the graph is found to have non-zero weight; such a cycle means that the stack is unbounded.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.