All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----java.lang.RuntimeException | +----jdsl.core.api.CoreException | +----jdsltools.examples.SequenceFullException
A SequenceFullException can be thrown for only one reason:
Trying to insert an element into a full sequence.
public SequenceFullException(String message)
All Packages Class Hierarchy This Package Previous Next Index