Class ExtensionNotLoadedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
opennlp.tools.util.ext.ExtensionNotLoadedException
All Implemented Interfaces:
Serializable

public class ExtensionNotLoadedException extends RuntimeException
Exception indicates that an OpenNLP extension could not be loaded.
See Also:
  • Constructor Details

    • ExtensionNotLoadedException

      public ExtensionNotLoadedException(String message)
    • ExtensionNotLoadedException

      public ExtensionNotLoadedException(Throwable t)
  • Method Details

    • isOSGiEnvironment

      public boolean isOSGiEnvironment()
      Indicates if OpenNLP is running in an OSGi environment or not.
      Returns:
      true if running in an OSGi environment