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
EndOfDocumentException
public EndOfDocumentException(ScanPosition pos)
- Constructs an instance of this class.
- Parameters:
pos - The position at which the error was detected
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.