net.sf.jomic.tools
Class ItemMustBeDownloadedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.jomic.tools.ItemMustBeDownloadedException
All Implemented Interfaces:
java.io.Serializable

public class ItemMustBeDownloadedException
extends java.lang.RuntimeException

Exception to be thrown if a component is missing, but can be downloaded from somewhere.

Author:
Thomas Aglassinger
See Also:
Serialized Form

Constructor Summary
ItemMustBeDownloadedException(java.lang.String newMessage, java.lang.String newUri)
           
 
Method Summary
 void show()
          Show dialog with a "Go to download page" button.
 void show(java.lang.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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ItemMustBeDownloadedException

public ItemMustBeDownloadedException(java.lang.String newMessage,
                                     java.lang.String newUri)
Method Detail

show

public void show(java.lang.String title)
Show dialog with a "Go to download page" button.


show

public void show()
Show dialog with a "Go to download page" button.