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
public class ScanfMatchException
- extends IOException
Exception class used by the scan methods within ScanfReader when the input does not match the specified
format.
- See Also:
ScanfReader,
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ScanfMatchException
public ScanfMatchException(String msg)
- Creates a new ScanfMatchException with the given message.
- Parameters:
msg - Error message- See Also:
ScanfReader
Copyright © 2013. All Rights Reserved.