com.bm.utils.csv
Class BadDelimiterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.bm.utils.csv.BadDelimiterException
All Implemented Interfaces:
java.io.Serializable

public class BadDelimiterException
extends java.lang.RuntimeException

Signals that binary data was encountered and continuing with a text operation would likely corrupt the data.

Since:
17.04.2006
Author:
Daniel Wiese
See Also:
Serialized Form

Constructor Summary
BadDelimiterException()
          Constructs an IOException with null as its error detail message.
BadDelimiterException(java.lang.String s)
          Constructs an exception with the specified detail message.
 
Method Summary
 
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
 

Constructor Detail

BadDelimiterException

public BadDelimiterException()
Constructs an IOException with null as its error detail message.

Since:
ostermillerutils 1.02.20

BadDelimiterException

public BadDelimiterException(java.lang.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.20


Copyright © 2008. All Rights Reserved.