FileDocCategorySizeDatePackage
UIRuntimeException.javaAPI DocAzureus 3.0.3.41095Sun May 16 21:43:44 BST 2004org.gudy.azureus2.plugins.ui

UIRuntimeException

public class UIRuntimeException extends RuntimeException
Like UIException, except does not require one to declare or catch it.
author
TuxPaper
since
2.0.8.5

Fields Summary
Constructors Summary
public UIRuntimeException(String str, Throwable cause)

		super(str,cause);
	
public UIRuntimeException(String str)

		super(str);
	
Methods Summary