Class ScanfMatchException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      ScanfMatchException​(java.lang.String msg)
      Deprecated.
      Creates a new ScanfMatchException with the given message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ScanfMatchException

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