sdsu.util
Class ConversionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--sdsu.util.ConversionException

public class ConversionException
extends java.io.IOException

Signals that an exception has occurred in trying to convert a String to/from an object. Is subclass of IOException for historical reason only.

Version:
1.0 6 June 1997
Author:
Roger Whitney (whitney@cs.sdsu.edu)
See Also:
Serialized Form

Constructor Summary
ConversionException()
          Constructs an ConversionException with no detail message.
ConversionException(java.lang.String s)
          Constructs an ConversionException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConversionException

public ConversionException()
Constructs an ConversionException with no detail message.

ConversionException

public ConversionException(java.lang.String s)
Constructs an ConversionException with the specified detail message. A detail message is a String that describes this particular exception.
Parameters:
s - the detail message