|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractPropertyException | |
| com.sap.netweaver.bc.rf.common.property | Contains repository framework common interface for properties. |
| Uses of AbstractPropertyException in com.sap.netweaver.bc.rf.common.property |
| Subclasses of AbstractPropertyException in com.sap.netweaver.bc.rf.common.property | |
class |
PropertyMandatoryException
Class implementing exception raised when an operation would render a mandatory property lost or invalid. |
class |
PropertyNameInvalidException
Class implementing exception raised when an invalid property name was supplied. |
class |
PropertyNameTooLongException
Class implementing exception raised when a property value is out of bounds. |
class |
PropertyNameUnassignableException
Class implementing exception raised when a property name is unassignable. |
class |
PropertyReadOnlyException
Class implementing exception raised when a property is read-only but was tried to modify. |
class |
PropertyTypeLostException
Class implementing exception raised when a property would lose it's property type. |
class |
PropertyTypeMismatchException
Class implementing exception raised when a property value doesn't match its former property type. |
class |
PropertyValueOutOfBoundsException
Class implementing exception raised when a property value is out of bounds. |
| Methods in com.sap.netweaver.bc.rf.common.property that throw AbstractPropertyException | |
static IPropertyName |
PropertyName.getPropertyName(IName name)
Get property name (all property names are cached for performance reasons and indexed by their full name). |
static IPropertyName |
PropertyName.getPropertyName(java.lang.String fullName)
Get property name (all property names are cached for performance reasons and indexed by their full name). |
static IPropertyName |
PropertyName.getPropertyName(java.lang.String namespace,
java.lang.String localName)
Get property name (all property names are cached for performance reasons and indexed by their full name). |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||