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: