Package com.biglybt.pif.ui
Class UIRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.biglybt.pif.ui.UIRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
public class UIRuntimeException extends java.lang.RuntimeException
Like UIException, except does not require one to declare or catch it.- Since:
- 2.0.8.5
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UIRuntimeException(java.lang.String str)
UIRuntimeException(java.lang.String str, java.lang.Throwable cause)
-