Class ExtensionNotLoadedException

Namespace
NOpenNLP.Tools.Util.Ext
Assembly
NOpenNLP.Tools.dll

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

t Exception

ExtensionNotLoadedException(string)

public ExtensionNotLoadedException(string message)

Parameters

message string

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