Class DeserializationException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class DeserializationException

public class netscape.util.DeserializationException
    extends java.lang.Exception
{
    /* Constructors
     */
    public DeserializationException(String, int);

    /* Methods
     */
    public int lineNumber();
}
Exception signaling an exceptional condition during deserialization. This exception also provides a means for a Deserializer client to determine which line generated the exception.

Constructors

.DeserializationException

  public DeserializationException(String string,
                                  int lineNumber)
Constructs a DeserializationException with the descriptive message string and lineNumber, the line number on which the error occurred.

Methods

.lineNumber

  public int lineNumber()
Returns the line number at which the DeserializationException occurred.

All Packages  Class Hierarchy  This Package  Previous  Next  Index

Copyright © 1997 Netscape Communications Corporation. All rights reserved
Please send any comments or corrections to ifcfeedback@netscape.com
HTML generated on 21 Oct 1997