Class ExtensionNotLoadedException
Exception indicates that an OpenNLP extension could not be loaded.
public class ExtensionNotLoadedException : Exception, ISerializable
- Inheritance
-
ExtensionNotLoadedException
- Implements
- Inherited Members
Constructors
ExtensionNotLoadedException(Exception)
public ExtensionNotLoadedException(Exception t)
Parameters
ExtensionNotLoadedException(string)
public ExtensionNotLoadedException(string message)
Parameters
messagestring
Properties
IsOSGiEnvironment
Indicates if OpenNLP is running in an OSGi environment or not.
public virtual bool IsOSGiEnvironment { get; }
Property Value
- bool
true if running in an OSGi environment