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
public class InvalidFormatException
- extends IOException
This exception indicates that a resource violates the expected data format.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.