net.sf.logdistiller.util.csv
Class BadDelimiterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.logdistiller.util.csv.BadDelimiterException
- All Implemented Interfaces:
- Serializable
public class BadDelimiterException
- extends RuntimeException
Signals that binary data was encountered and continuing with a text operation would likely corrupt the data. This
class has been replaced by BadDelimiterException. It is not deprecated, and it may be used, however the name of this
class contains a spelling error.
- Since:
- ostermillerutils 1.02.08
- Author:
- Stephen Ostermiller http://ostermiller.org/contact.pl?regarding=Java+Utilities
- See Also:
BadDelimiterException
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BadDelimiterException
public BadDelimiterException()
- Constructs an IOException with null as its error detail message.
- Since:
- ostermillerutils 1.02.08
BadDelimiterException
public BadDelimiterException(String s)
- 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.08
Copyright © 2004-2009. All Rights Reserved.