org.openstreetmap.josm.plugins
Class PluginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openstreetmap.josm.plugins.PluginException
- All Implemented Interfaces:
- java.io.Serializable
public class PluginException
- extends java.lang.Exception
Exception that wraps any exception thrown by plugins. It is used in the JOSM main system
and there is no particular reason to use this within the plugin itself (although there
is also no reason against this.. ;)
- See Also:
- Serialized Form
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 |
plugin
public final PluginProxy plugin
name
public final java.lang.String name
PluginException
public PluginException(PluginProxy plugin,
java.lang.String name,
java.lang.Throwable cause)
PluginException
public PluginException(java.lang.String name,
java.lang.String message)
PluginException
public PluginException(java.lang.String name,
java.lang.Throwable cause)
JOSM