[Package Index] [Index] [Users' Guide] [SVAPI Home Page]
Class COM.novell.SVAPI.IncoherentModelException
public class IncoherentModelException extends InvalidModelException
Signals that a model is incoherent.
Constructor Index
- IncoherentModelException()
- Constructs an IncoherentModelException without a detail message.
- IncoherentModelException(String)
- Constructs an IncoherentModelException with the specified detail message.
- IncoherentModelException(String, Throwable)
- Constructs an IncoherentModelException with the specified detail message and a nested exception.
- IncoherentModelException(String, Throwable, Model)
- Constructs an IncoherentModelException with the specified detail message, a nested exception and a reference to the model in question.
Constructors
IncoherentModelException
public IncoherentModelException()
Constructs an IncoherentModelException without a detail message.
IncoherentModelException
public IncoherentModelException(String s)
Constructs an IncoherentModelException with the specified detail message.
IncoherentModelException
public IncoherentModelException(String s, Throwable e)
Constructs an IncoherentModelException with the specified detail message and a nested exception. The message can be null.
IncoherentModelException
public IncoherentModelException(String s, Throwable e, Model m)
Constructs an IncoherentModelException 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