org.melati.poem.csv
Class CSVParseException

Package class diagram package CSVParseException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.melati.poem.csv.CSVParseException
All Implemented Interfaces:
Serializable

public class CSVParseException
extends RuntimeException

An error in parsing a CSV line.

See Also:
Serialized Form

Constructor Summary
CSVParseException(String s)
           
 
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

CSVParseException

public CSVParseException(String s)
Parameters:
s - the error message.


Copyright © 2000-2010 PanEris. All Rights Reserved.