opennlp.tools.util
Class InvalidFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by opennlp.tools.util.InvalidFormatException
All Implemented Interfaces:
Serializable

public class InvalidFormatException
extends IOException

This exception indicates that a resource violates the expected data format.

See Also:
Serialized Form

Constructor Summary
InvalidFormatException()
           
InvalidFormatException(String message)
           
InvalidFormatException(String message, Throwable t)
           
InvalidFormatException(Throwable t)
           
 
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

InvalidFormatException

public InvalidFormatException()

InvalidFormatException

public InvalidFormatException(String message)

InvalidFormatException

public InvalidFormatException(Throwable t)

InvalidFormatException

public InvalidFormatException(String message,
                              Throwable t)


Copyright © 2010. All Rights Reserved.