|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.limegroup.gnutella.gui.init.ApplySettingsException
Signifies that an exception has occurred in applying a setting during setup.
Constructor Summary | |
ApplySettingsException()
Constructs an ApplySettingsException with null
as its error detail message. |
|
ApplySettingsException(java.lang.String s)
Constructs an ApplySettingsException with the specified detail message. |
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 |
public ApplySettingsException()
null
as its error detail message.
public ApplySettingsException(java.lang.String s)
s
can later be
retrieved by the Throwable.getMessage()
method of class java.lang.Throwable
.
s
- the detail message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |