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



Class COM.novell.SVAPI.InsufficientTemplateDataException

java.lang.Object

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



Constructor Index

InsufficientTemplateDataException()

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.



Constructors

InsufficientTemplateDataException

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



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

rwille@novell.com