Class ProgressException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openstreetmap.josm.gui.progress.ProgressException
-
- All Implemented Interfaces:
Serializable
public class ProgressException extends RuntimeException
An exception that is thrown by the progress monitor if something went wrong- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProgressException(String message, Object... args)
Create a newProgressException
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ProgressException
public ProgressException(String message, 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...)
-
-