Package ca.cgjennings.io
Class MissingPluginException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- ca.cgjennings.io.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.
-
-
-
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
- coden
- ifnull
, the value ofc
will be used as the message for the exception
-
-