| org.openharmonise.rm.metadata.ProfileException org.openharmonise.rm.metadata.InvalidPropertyInstanceException
InvalidPropertyInstanceException | public class InvalidPropertyInstanceException extends ProfileException (Code) | | Exception which can be thrown to indicate an invalid Property instance for
a Profile.
author: Michael Bell version: $Revision: 1.1 $ |
InvalidPropertyInstanceException | public InvalidPropertyInstanceException()(Code) | | Constructs an exception with no detail message.
|
InvalidPropertyInstanceException | public InvalidPropertyInstanceException(String s)(Code) | | Constructs an exception with a detail message.
Parameters: s - the detail message |
InvalidPropertyInstanceException | public InvalidPropertyInstanceException(String s, Exception e)(Code) | | Constructs an exception with a detail message and a reference to
a cause.
Parameters: s - the detail message Parameters: e - the cause |
|
|