Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

cformat
Class ScanfMatchException  view ScanfMatchException download ScanfMatchException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended bycformat.ScanfMatchException
All Implemented Interfaces:
java.io.Serializable

public class ScanfMatchException
extends java.io.IOException

Exception class used by the scan methods within ScanfReader when the input does not match the specified format.


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.io.IOException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ScanfMatchException(java.lang.String msg)
          Creates a new ScanfMatchException with the given message.
 
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(java.lang.String msg)
Creates a new ScanfMatchException with the given message.