File
Doc
Category
Size
Date
Package
UIException.java
API Doc
Azureus 3.0.3.4
1212
Thu Feb 09 19:42:46 GMT 2006
org.gudy.azureus2.plugins.ui
UIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
public class UIException extends Exception
author
parg
Fields Summary
Constructors Summary
public UIException
(
String
str)
super(str);
public UIException
(
String
str,
Throwable
c)
super(str, c);
Methods Summary
Java Code Source