net.sf.jomic.tools
Class ItemMustBeDownloadedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.jomic.tools.ItemMustBeDownloadedException
- All Implemented Interfaces:
- Serializable
public class ItemMustBeDownloadedException
- extends RuntimeException
Exception to be thrown if a component is missing, but can be downloaded from somewhere.
- Author:
- Thomas Aglassinger
- See Also:
- Serialized Form
|
Method Summary |
void |
show()
Show dialog with a "Go to download page" button. |
void |
show(String title)
Show dialog with a "Go to download page" button. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ItemMustBeDownloadedException
public ItemMustBeDownloadedException(String newMessage,
String newUri)
show
public void show(String title)
- Show dialog with a "Go to download page" button.
show
public void show()
- Show dialog with a "Go to download page" button.