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 Summary
ConstructorDescriptionInvalidFormatException
(String message) InvalidFormatException
(String message, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidFormatException
-
InvalidFormatException
-
InvalidFormatException
-