+----java.lang.Throwable+----java.lang.Exception
+----COM.novell.SVAPI.SVAPIException
+----COM.novell.SVAPI.ScoreNotSetException
public class ScoreNotSetException
extends SVAPIException
Signals that the a score does not contain an element.
See Also:
Score
Constructs a ScoreNotSetException without a detail message.ScoreNotSetException(String)
Constructs a ScoreNotSetException with the specified detail message.ScoreNotSetException(String, Throwable)
Constructs a ScoreNotSetException with the specified detail message and a nested exception.
public ScoreNotSetException()Constructs a ScoreNotSetException without a detail message.
ScoreNotSetException
public ScoreNotSetException(String s)Constructs a ScoreNotSetException with the specified detail message.
ScoreNotSetException
public ScoreNotSetException(String s, Throwable e)Constructs a ScoreNotSetException with the specified detail message and a nested exception. The message can be null.
All Packages Class Hierarchy This Package Previous Next Index