JAXB
v0.21

javax.xml.marshal
Class EndOfDocumentException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.xml.bind.UnmarshalException
                    |
                    +--javax.xml.marshal.ScanException
                          |
                          +--javax.xml.marshal.EndOfDocumentException
All Implemented Interfaces:
Serializable

public class EndOfDocumentException
extends ScanException

Checked exception thrown by an XML scanner when it unexpectedly reaches the end of an input document.

Version:
1.4, 01/05/31
See Also:
Serialized Form

Constructor Summary
EndOfDocumentException(ScanPosition pos)
          Constructs an instance of this class.
 
Methods inherited from class javax.xml.marshal.ScanException
toString
 
Methods inherited from class javax.xml.bind.UnmarshalException
getPosition, initPosition
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndOfDocumentException

public EndOfDocumentException(ScanPosition pos)
Constructs an instance of this class.
Parameters:
pos - The position at which the error was detected

JAXB
v0.21


Comments to: jaxb-comments@java.sun.com
More information at: http://java.sun.com/xml/jaxb

Copyright © 2001 by Sun Microsystems, Inc., 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.