Class EmptyStringException

  • All Implemented Interfaces:
    Serializable

    public final class EmptyStringException
    extends IllegalArgumentException

    The EmptyStringException class is a final class that extends the IllegalArgumentException class. This class is an uncheck exception class.

    Since:
    1.0.0.f
    See Also:
    Serialized Form
    • Constructor Detail

      • EmptyStringException

        public EmptyStringException()
      • EmptyStringException

        public EmptyStringException​(String message)