All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.roguewave.vsj.OutputRangeException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.io.IOException
                           |
                           +----com.roguewave.vsj.OutputRangeException

public class OutputRangeException
extends IOException
Signals that a range error occured when saving a basic type or saving an object with a VirtualOutputStream.

See Also:
VirtualOutputStream, InputRangeException

Constructor Index

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

Constructors

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

 o OutputRangeException
 public OutputRangeException(String s)
Constructs an InputRangeException with the specified detail message.

Parameters:
s - the detail message

All Packages  Class Hierarchy  This Package  Previous  Next  Index