opennlp.tools.util
Class InvalidFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
opennlp.tools.util.InvalidFormatException
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidFormatException
- extends java.io.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 |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidFormatException
public InvalidFormatException()
InvalidFormatException
public InvalidFormatException(java.lang.String message)
InvalidFormatException
public InvalidFormatException(java.lang.Throwable t)
InvalidFormatException
public InvalidFormatException(java.lang.String message,
java.lang.Throwable t)
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.