| org.openharmonise.rm.PopulateException org.openharmonise.rm.resources.metadata.properties.InvalidRangeException
InvalidRangeException | public class InvalidRangeException extends PopulateException (Code) | | Exception which can be thrown to indicate an invalid Range on a
Property , for example when a class which extends Property
is restricted to particular Range s.
author: Michael Bell version: $Revision: 1.2 $ |
InvalidRangeException | public InvalidRangeException()(Code) | | Contructs a new exception with no detail message.
|
InvalidRangeException | public InvalidRangeException(String s)(Code) | | Constructs a new exception with a detail message.
Parameters: s - the detail message |
InvalidRangeException | public InvalidRangeException(String s, Exception e)(Code) | | Constructs a new exception with a detail message and a reference
to the cause.
Parameters: s - the detail message Parameters: e - the cause |
|
|