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:
Serializable
Like UIException, except does not require one to declare or catch it.
- Since:
- 2.0.8.5
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUIRuntimeException
(String str) UIRuntimeException
(String str, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UIRuntimeException
-
UIRuntimeException
-