Package org.cip4.jdflib.cformat
Class ScanfMatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.cip4.jdflib.cformat.ScanfMatchException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class ScanfMatchException extends java.io.IOExceptionDeprecated.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.
-
-
-
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
-
-