com.wcohen.ss.expt
Class MatchData.InputFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.wcohen.ss.expt.MatchData.InputFormatException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
MatchData

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

Signals an incorrectly formatted MatchData file.

See Also:
Serialized Form

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

MatchData.InputFormatException

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