All Packages Class Hierarchy This Package Previous Next Index
Class sdsu.util.ConversionException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.io.IOException
|
+----sdsu.util.ConversionException
- public class ConversionException
- extends 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.
- Author:
- Roger Whitney (whitney@cs.sdsu.edu)
-
ConversionException()
- Constructs an ConversionException with no detail message.
-
ConversionException(String)
- Constructs an ConversionException with the specified detail message.
ConversionException
public ConversionException()
- Constructs an ConversionException with no detail message.
ConversionException
public ConversionException(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
All Packages Class Hierarchy This Package Previous Next Index