edu.ida.dataformat
Class ArffFileParseError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.ida.dataformat.ArffFileParseError
All Implemented Interfaces:
java.io.Serializable

public class ArffFileParseError
extends java.lang.Exception

A parse error in an ArffFile. Constructs an error message including the line number.

See Also:
Serialized Form

Constructor Summary
ArffFileParseError(int lineno, java.lang.String string)
          Construct a new ArffFileParseErrro object.
 
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

ArffFileParseError

public ArffFileParseError(int lineno,
                          java.lang.String string)
Construct a new ArffFileParseErrro object.