com.reuters.msgtest.load.output.csv
Class BadDelimeterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.reuters.msgtest.load.output.csv.BadDelimeterException
All Implemented Interfaces:
java.io.Serializable

public class BadDelimeterException
extends java.lang.RuntimeException

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

Since:
ostermillerutils 1.02.08
Author:
Stephen Ostermiller http://ostermiller.org/contact.pl?regarding=Java+Utilities
See Also:
BadDelimiterException, Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
BadDelimeterException()
          Constructs an IOException with null as its error detail message.
BadDelimeterException(java.lang.String s)
          Constructs an exception with the specified detail message.
 
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

BadDelimeterException

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

Since:
ostermillerutils 1.02.08

BadDelimeterException

public BadDelimeterException(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.08


Copyright © 2002-2004 The RVTest Team. All Rights Reserved.