Class ScanfMatchException

All Implemented Interfaces:
Serializable

@Deprecated public class ScanfMatchException extends IOException
Deprecated.
Exception class used by the scan methods within ScanfReader when the input does not match the specified format.
See Also:
  • Constructor Details

    • ScanfMatchException

      public ScanfMatchException(String msg)
      Deprecated.
      Creates a new ScanfMatchException with the given message.
      Parameters:
      msg - Error message
      See Also: