com.ricebridge.csvman
Class CsvParser.HandleLineException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.ricebridge.csvman.CsvParser.HandleLineException
All Implemented Interfaces:
Serializable
Enclosing class:
CsvParser

public static final class CsvParser.HandleLineException
extends RuntimeException

Internal Class; parser exceptions.

See Also:
Serialized Form

Field Summary
 Exception iException
           
 
Constructor Summary
CsvParser.HandleLineException(Exception pException)
           
 
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
 

Field Detail

iException

public Exception iException
Constructor Detail

CsvParser.HandleLineException

public CsvParser.HandleLineException(Exception pException)


Copyright © 2003-2006 Ricebridge