Nux 1.6

nux.xom.binary
Class BinaryParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nu.xom.ParsingException
              extended by nux.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

Method Summary
 
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.6