Uses of Class
com.Ostermiller.util.BadQuoteException

Packages that use BadQuoteException
com.Ostermiller.util   
 

Uses of BadQuoteException in com.Ostermiller.util
 

Methods in com.Ostermiller.util that throw BadQuoteException
 void CSVLexer.changeQuote(char newQuote)
          Change this Lexer so that it uses a new character for quoting.
 void CSVParse.changeQuote(char newQuote)
          Change this parser so that it uses a new character for quoting.
 void CSVParser.changeQuote(char newQuote)
          Change this parser so that it uses a new character for quoting.
 void CSVPrint.changeQuote(char newQuote)
          Change this printer so that it uses a new character for quoting.
 void CSVPrinter.changeQuote(char newQuote)
          Change this printer so that it uses a new character for quoting.
 void ExcelCSVParser.changeQuote(char newQuote)
          Change this parser so that it uses a new character for quoting.
 void ExcelCSVPrinter.changeQuote(char newQuote)
          Change this printer so that it uses a new character for quoting.
 void LabeledCSVParser.changeQuote(char newQuote)
          Change this parser so that it uses a new character for quoting.
 

Constructors in com.Ostermiller.util that throw BadQuoteException
CSVPrinter(java.io.Writer out, char commentStart, char quote, char delimiter)
          Create a printer that will print values to the given stream.
CSVPrinter(java.io.Writer out, char commentStart, char quote, char delimiter, boolean alwaysQuote, boolean autoFlush)
          Create a printer that will print values to the given stream.
CSVPrinter(java.io.Writer out, char commentStart, char quote, char delimiter, java.lang.String lineEnding)
          Create a printer that will print values to the given stream.
CSVPrinter(java.io.Writer out, char commentStart, char quote, char delimiter, java.lang.String lineEnding, boolean alwaysQuote, boolean autoFlush)
          Create a printer that will print values to the given stream.
ExcelCSVPrinter(java.io.Writer out, char quote, char delimiter)
          Create a printer that will print values to the given stream.
ExcelCSVPrinter(java.io.Writer out, char quote, char delimiter, boolean alwaysQuote, boolean autoFlush)
          Create a printer that will print values to the given stream.
ExcelCSVPrinter(java.io.Writer out, char quote, char delimiter, java.lang.String lineEnding)
          Create a printer that will print values to the given stream.
ExcelCSVPrinter(java.io.Writer out, char quote, char delimiter, java.lang.String lineEnding, boolean alwaysQuote, boolean autoFlush)
          Create a printer that will print values to the given stream.