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
-
OutputRangeException()
- Constructs an OutputRangeException with no detail message.
-
OutputRangeException(String)
- Constructs an InputRangeException with the specified detail message.
OutputRangeException
public OutputRangeException()
- Constructs an OutputRangeException with no detail message.
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