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:
Serializable
Deprecated.
Exception class used by the scan methods within ScanfReader when the input does not match the specified format.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.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
-
Constructor Details
-
ScanfMatchException
Deprecated.Creates a new ScanfMatchException with the given message.- Parameters:
msg- Error message- See Also:
-