org.fife.ui.app
Class InvalidPluginException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.fife.ui.app.InvalidPluginException
All Implemented Interfaces:
java.io.Serializable

public class InvalidPluginException
extends java.lang.Exception

The exception that is thrown if a plugin JAR contains some kind of error.

Version:
0.1
Author:
Robert Futrell
See Also:
Serialized Form

Constructor Summary
InvalidPluginException(java.lang.String msg)
          Constructor.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

InvalidPluginException

public InvalidPluginException(java.lang.String msg)
Constructor.

Parameters:
msg - A message describing the exception.