Package nom.tam.util

Class FormatException

All Implemented Interfaces:
Serializable

public class FormatException extends Exception
Exception that is thrown if values do not appear in the format they are expected. We could have just used the more mainstream java.text.ParseException, but now it's too late to ponder if that would have been a better choice.
See Also:
  • Constructor Details

    • FormatException

      protected FormatException(String msg)
      Instantiates this exception with the designated message string.
      Parameters:
      msg - a human readable message that describes what in fact caused the exception