Class MissingPluginException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MissingPluginException
    extends java.io.IOException
    An exception that is thrown while reading a file when the file requires a plug-in that is not installed.
    Since:
    3.0
    Author:
    Chris Jennings
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MissingPluginException​(java.lang.String pluginName)
      The name of the plug-in that isn't available.
      MissingPluginException​(java.lang.String c, java.lang.String n)
      This constructor is not intended for public use; the method is public to cross a package barrier.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • MissingPluginException

        public MissingPluginException​(java.lang.String pluginName)
        The name of the plug-in that isn't available.
        Parameters:
        pluginName - a string that identifies the missing plug-in
      • MissingPluginException

        public MissingPluginException​(java.lang.String c,
                                      java.lang.String n)
        This constructor is not intended for public use; the method is public to cross a package barrier.
        Parameters:
        c - code
        n - if null, the value of c will be used as the message for the exception