Class semper.preferences.PreferencesNoSuchGroupException
All Packages Class Hierarchy This Package Previous Next Index
Class semper.preferences.PreferencesNoSuchGroupException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----semper.preferences.PreferencesException
|
+----semper.preferences.PreferencesNoSuchGroupException
- public class PreferencesNoSuchGroupException
- extends PreferencesException
Create an exception raised when a group can not be found.
- Version:
- beta-2 v1.1
- Author:
- Louis Salvail
- See Also:
- PreferencesException
-
PreferencesNoSuchGroupException()
- Creates a no such group exception.
-
PreferencesNoSuchGroupException(String)
- Creates a no such group exception with an explanation string.
PreferencesNoSuchGroupException
public PreferencesNoSuchGroupException()
- Creates a no such group exception.
- Returns:
- the new exception.
PreferencesNoSuchGroupException
public PreferencesNoSuchGroupException(String s)
- Creates a no such group exception with an explanation string.
- Returns:
- the new exception.
All Packages Class Hierarchy This Package Previous Next Index