opennlp.tools.util
Class InvalidFormatException

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

public class InvalidFormatException
extends java.lang.Exception

This exception is thrown if the profile data stream has an invalid format e.g. non valid xml.

Version:
$Revision: 1.2 $, $Date: 2006/11/17 09:37:42 $
Author:
Joern Kottmann
See Also:
Serialized Form

Constructor Summary
InvalidFormatException()
           
InvalidFormatException(java.lang.String message)
           
InvalidFormatException(java.lang.String message, java.lang.Throwable throwable)
           
 
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(java.lang.String message,
                              java.lang.Throwable throwable)

InvalidFormatException

public InvalidFormatException(java.lang.String message)


Copyright 2008 Jason Baldridge, Gann Bierner, and Thomas Morton. All Rights Reserved.