org.gudy.azureus2.plugins.ui
Class UIRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
UIRuntimeException(String str)
           
UIRuntimeException(String str, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UIRuntimeException

public UIRuntimeException(String str,
                          Throwable cause)

UIRuntimeException

public UIRuntimeException(String str)