Class IllegalParentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.thecsdev.tcdcommons.api.client.gui.util.exceptions.IllegalParentException
All Implemented Interfaces:
Serializable

public class IllegalParentException extends RuntimeException
A RuntimeException that is thrown when attempting to add a child TElement to a TParentElement, but the said TElement does not support being added to said TParentElement.
See Also: