Package opennlp.tools.util
Class InvalidFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
opennlp.tools.util.InvalidFormatException
- All Implemented Interfaces:
- Serializable
This exception indicates that a resource violates the expected data format.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionInvalidFormatException(String message) InvalidFormatException(String message, Throwable t) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
InvalidFormatException
- 
InvalidFormatException
- 
InvalidFormatException
 
-