org.cip4.jdflib.cformat
Class ScanfMatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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

Constructor Summary
ScanfMatchException(String msg)
          Creates a new ScanfMatchException with the given message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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(String msg)
Creates a new ScanfMatchException with the given message.

Parameters:
msg - Error message
See Also:
ScanfReader


Copyright © 2013. All Rights Reserved.