org.gudy.azureus2.plugins.ui
Class UIRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gudy.azureus2.plugins.ui.UIRuntimeException
- All Implemented Interfaces:
- Serializable
public class UIRuntimeException
- extends RuntimeException
Like UIException, except does not require one to declare or catch it.
- Since:
- 2.0.8.5
- Author:
- TuxPaper
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UIRuntimeException
public UIRuntimeException(String str,
Throwable cause)
UIRuntimeException
public UIRuntimeException(String str)