Nux 1.0

nux.xom.binary
Class BinaryParsingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynu.xom.ParsingException
              extended bynux.xom.binary.BinaryParsingException
All Implemented Interfaces:
Serializable

public class BinaryParsingException
extends ParsingException

An exception indicating corrupt binary XML data on deserialization input to a BinaryXMLCodec. If you get this exception, check your client application's I/O pipeline.

Author:
whoschek.AT.lbl.DOT.gov, $Author: hoschek3 $
See Also:
Serialized Form

Methods inherited from class nu.xom.ParsingException
getCause, getColumnNumber, getLineNumber, getURI, initCause, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 


Nux 1.0