org.seasar.s2csv.csv.exception
??? CSVFormatException

java.lang.Object
  ????? java.lang.Throwable
      ????? java.lang.Exception
          ????? java.lang.RuntimeException
              ????? org.seasar.framework.exception.SRuntimeException
                  ????? org.seasar.s2csv.csv.exception.CSVFormatException
????????????????:
java.io.Serializable

public class CSVFormatException
extends org.seasar.framework.exception.SRuntimeException

CSVフォーマットが正しくなかったときに発生するExceptionです

???:
newta
????:
????????

??????????
CSVFormatException(long lineNo)
           
CSVFormatException(long lineNo, java.lang.Throwable cause)
           
 
???????
 long getErrorLineNo()
           
 
??? org.seasar.framework.exception.SRuntimeException ???????????
getArgs, getMessage, getMessageCode, getSimpleMessage, setMessage
 
??? java.lang.Throwable ???????????
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
??? java.lang.Object ???????????
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

??????????

CSVFormatException

public CSVFormatException(long lineNo,
                          java.lang.Throwable cause)
?????:
lineNo -
cause -

CSVFormatException

public CSVFormatException(long lineNo)
?????:
lineNo -
???????

getErrorLineNo

public long getErrorLineNo()
???:
err line no


Copyright © 2004-2008-2008 The Seasar Foundation. All Rights Reserved.