[Package Index] [Index] [Users' Guide] [SVAPI Home Page]
Class COM.novell.SVAPI.InvalidModelException
public class InvalidModelException extends SVAPIException
Signals that there was a problem with an instantiated model. This class is the root of all exceptions that are thrown as a result of a problem with a bad or invalid instantiated model.
See Also: Model
Constructor Index
- InvalidModelException()
- Constructs an InvalidModelException without a detail message.
- InvalidModelException(String)
- Constructs an InvalidModelException with the specified detail message.
- InvalidModelException(String, Throwable)
- Constructs an InvalidModelException with the specified detail message and a nested exception.
- InvalidModelException(String, Throwable, Model)
- Constructs an InvalidModelException with the specified detail message, a nested exception and a reference to the model in question.
Method Index
- getInvalidModel()
- Returns the invalid model that caused this exception to be thrown.
Constructors
InvalidModelException
public InvalidModelException()
Constructs an InvalidModelException without a detail message.
InvalidModelException
public InvalidModelException(String s)
Constructs an InvalidModelException with the specified detail message.
InvalidModelException
public InvalidModelException(String s, Throwable e)
Constructs an InvalidModelException with the specified detail message and a nested exception. The message can be null.
InvalidModelException
public InvalidModelException(String s, Throwable e, Model m)
Constructs an InvalidModelException 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.
Methods
getInvalidModel
public final Model getInvalidModel()
Returns the invalid model that caused this exception to be thrown. This function may return null.
[Package Index] [Index] [Users' Guide] [SVAPI Home Page]
rwille@novell.com