Class InvalidStringException

All Implemented Interfaces:
Serializable

public class InvalidStringException extends IllegalArgumentException
Thrown to indicate that a method has been passed an invalid string.
See Also:
  • Constructor Details

    • InvalidStringException

      public InvalidStringException()
      Creates an invalid string exception with no detail message.
    • InvalidStringException

      public InvalidStringException(String message)
      Creates an invalid string exception with a detail message.