+----java.lang.Throwable+----java.lang.Exception
+----COM.novell.SVAPI.SVAPIException
+----COM.novell.SVAPI.InvalidModelException
+----COM.novell.SVAPI.InsufficientTemplateDataException
public class InsufficientTemplateDataException
extends InvalidModelException
Signals that a model does not have enough template data and should be trained more before it can be used.
Constructs an InsufficientTemplateDataException without a detail message.InsufficientTemplateDataException(String)
Constructs an InsufficientTemplateDataException with the specified detail message.InsufficientTemplateDataException(String, Throwable)
Constructs an InsufficientTemplateDataException with the specified detail message and a nested exception.InsufficientTemplateDataException(String, Throwable, Model)
Constructs an InsufficientTemplateDataException with the specified detail message, a nested exception and a reference to the model in question.
public InsufficientTemplateDataException()Constructs an InsufficientTemplateDataException without a detail message.
InsufficientTemplateDataException
public InsufficientTemplateDataException(String s)Constructs an InsufficientTemplateDataException with the specified detail message.
InsufficientTemplateDataException
public InsufficientTemplateDataException(String s, Throwable e)Constructs an InsufficientTemplateDataException with the specified detail message and a nested exception. The message can be null.
InsufficientTemplateDataException
public InsufficientTemplateDataException(String s, Throwable e, Model m)Constructs an InsufficientTemplateDataException 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.
All Packages Class Hierarchy This Package Previous Next Index