Class TooLongTextException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ua.mcchickenstudio.opencreative.coding.exceptions.TooLongTextException
All Implemented Interfaces:
Serializable

public final class TooLongTextException extends RuntimeException

TooLongTextException

This class represents an exception, that happens when text or component is too long than specified length.
See Also:
  • Constructor Details

    • TooLongTextException

      public TooLongTextException(int length)