[Package Index] [Index] [Users' Guide] [SVAPI Home Page]
Class COM.novell.SVAPI.InsufficientModelDataException
public class InsufficientModelDataException extends InvalidModelException
Signals that a model does not have enough data and should be trained more before it can be used.
Constructor Index
- InsufficientModelDataException()
- Constructs an InsufficientModelDataException without a detail message.
- InsufficientModelDataException(String)
- Constructs an InsufficientModelDataException with the specified detail message.
- InsufficientModelDataException(String, Throwable)
- Constructs an InsufficientModelDataException with the specified detail message and a nested exception.
- InsufficientModelDataException(String, Throwable, Model)
- Constructs an InsufficientModelDataException with the specified detail message, a nested exception and a reference to the model in question.
Constructors
InsufficientModelDataException
public InsufficientModelDataException()
Constructs an InsufficientModelDataException without a detail message.
InsufficientModelDataException
public InsufficientModelDataException(String s)
Constructs an InsufficientModelDataException with the specified detail message.
InsufficientModelDataException
public InsufficientModelDataException(String s, Throwable e)
Constructs an InsufficientModelDataException with the specified detail message and a nested exception. The message can be null.
InsufficientModelDataException
public InsufficientModelDataException(String s, Throwable e, Model m)
Constructs an InsufficientModelDataException with the specified detail message, a nested exception and a reference to the model in question. The message can be null. The nested exception can be null.
[Package Index] [Index] [Users' Guide] [SVAPI Home Page]
rwille@novell.com