org.basex.io.serial
Class InputException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EncodingException

public class InputException
extends java.io.IOException

This class indicates exceptions during input stream processing.

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

Constructor Summary
InputException()
          Constructor.
InputException(java.lang.String msg)
          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

InputException

public InputException()
Constructor.


InputException

public InputException(java.lang.String msg)
Constructor.

Parameters:
msg - error message