All Packages Class Hierarchy This Package Previous Next Index
Class com.roguewave.vsj.InputRangeException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.io.IOException
|
+----com.roguewave.vsj.InputRangeException
- public class InputRangeException
- extends IOException
Signals that a range error occured when reading a basic
type or restoring an object with a VirtualInputStream.
- See Also:
- VirtualInputStream
-
InputRangeException()
- Constructs an InputRangeException with no detail message.
-
InputRangeException(String)
- Constructs an InputRangeException with the specified detail message.
InputRangeException
public InputRangeException()
- Constructs an InputRangeException with no detail message.
InputRangeException
public InputRangeException(String s)
- Constructs an InputRangeException with the specified detail message.
- Parameters:
- s - the detail message
All Packages Class Hierarchy This Package Previous Next Index