com.wcohen.secondstring.expt
Class MatchData.InputFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.wcohen.secondstring.expt.MatchData.InputFormatException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
MatchData

public static class MatchData.InputFormatException
extends java.lang.Exception

Signals an incorrectly formatted MatchData file.

See Also:
Serialized Form

Constructor Summary
MatchData.InputFormatException(java.lang.String file, int line, java.lang.String msg)
           
 
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

MatchData.InputFormatException

public MatchData.InputFormatException(java.lang.String file,
                                      int line,
                                      java.lang.String msg)