de.aitools.ie.stemming
Class BadDataFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by de.aitools.ie.stemming.BadDataFormatException
All Implemented Interfaces:
java.io.Serializable

public class BadDataFormatException
extends java.io.IOException

See Also:
Serialized Form

Constructor Summary
BadDataFormatException()
           
BadDataFormatException(java.lang.String message)
           
BadDataFormatException(java.lang.String message, java.lang.Throwable cause)
           
BadDataFormatException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadDataFormatException

public BadDataFormatException()

BadDataFormatException

public BadDataFormatException(java.lang.String message,
                              java.lang.Throwable cause)

BadDataFormatException

public BadDataFormatException(java.lang.String message)

BadDataFormatException

public BadDataFormatException(java.lang.Throwable cause)