org.basex.io.serial
Class EncodingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.basex.io.serial.InputException
                  extended by org.basex.io.serial.EncodingException
All Implemented Interfaces:
java.io.Serializable

public final class EncodingException
extends InputException

This class indicates exceptions during the decoding of the input stream.

Author:
BaseX Team 2005-12, BSD License, Christian Gruen
See Also:
Serialized Form

Constructor Summary
EncodingException(java.lang.Exception ex)
          Constructor.
EncodingException(int cp)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EncodingException

public EncodingException(int cp)
Constructor.

Parameters:
cp - code points

EncodingException

public EncodingException(java.lang.Exception ex)
Constructor.

Parameters:
ex - exception