org.openstreetmap.josm.plugins
Class PluginListParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openstreetmap.josm.plugins.PluginListParseException
All Implemented Interfaces:
java.io.Serializable

public class PluginListParseException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
PluginListParseException()
           
PluginListParseException(java.lang.String arg0)
           
PluginListParseException(java.lang.String arg0, java.lang.Throwable arg1)
           
PluginListParseException(java.lang.Throwable arg0)
           
 
Method Summary
 
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

PluginListParseException

public PluginListParseException()

PluginListParseException

public PluginListParseException(java.lang.String arg0,
                                java.lang.Throwable arg1)

PluginListParseException

public PluginListParseException(java.lang.String arg0)

PluginListParseException

public PluginListParseException(java.lang.Throwable arg0)


JOSM