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

Constructor Index

 o InputRangeException()
Constructs an InputRangeException with no detail message.
 o InputRangeException(String)
Constructs an InputRangeException with the specified detail message.

Constructors

 o InputRangeException
 public InputRangeException()
Constructs an InputRangeException with no detail message.

 o 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