[Package Index] [Index] [Users' Guide] [SVAPI Home Page] All Packages Class Hierarchy This Package Previous Next Index



Class COM.novell.SVAPI.ScoreNotSetException

java.lang.Object

+----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



Constructor Index

ScoreNotSetException()

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.



Constructors

ScoreNotSetException

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



[Package Index] [Index] [Users' Guide] [SVAPI Home Page]

rwille@novell.com