Class ProgressException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openstreetmap.josm.gui.progress.ProgressException
-
- All Implemented Interfaces:
java.io.Serializable
public class ProgressException extends java.lang.RuntimeException
An exception that is thrown by the progress monitor if something went wrong- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProgressException(java.lang.String message, java.lang.Object... args)
Create a newProgressException
-
-
-
Constructor Detail
-
ProgressException
public ProgressException(java.lang.String message, java.lang.Object... args)
Create a newProgressException
- Parameters:
message
- The messageargs
- The arguments for the message string- See Also:
String.format(java.lang.String, java.lang.Object...)
-
-