Class StringFormatException

All Implemented Interfaces:
Serializable

public class StringFormatException extends IllegalArgumentException
Thrown to indicate that the application has attempted to parse a badly formatted string.
See Also:
  • Constructor Details

    • StringFormatException

      public StringFormatException()
      Creates the exception with an empty messgage.
    • StringFormatException

      public StringFormatException(String s)
      Creates the exception with the specified detail message.
      Parameters:
      s - The detail message