| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException com.bm.utils.csv.BadQuoteException
BadQuoteException | public class BadQuoteException extends RuntimeException (Code) | | Signals that binary data was encountered and continuing with a text operation
would likely corrupt the data.
author: Daniel Wiese since: 17.04.2006 |
Constructor Summary | |
public | BadQuoteException() Constructs an IOException with null as its error detail message. | public | BadQuoteException(String s) Constructs an exception with the specified detail message. |
BadQuoteException | public BadQuoteException()(Code) | | Constructs an IOException with null as its error detail message.
since: ostermillerutils 1.02.16 |
BadQuoteException | public BadQuoteException(String s)(Code) | | Constructs an exception with the specified detail message. The error
message string s can later be retrieved by the Throwable.getMessage()
method of class java.lang.Throwable.
Parameters: s - the detail message. since: ostermillerutils 1.02.16 |
|
|
|