Uses of Class
com.primavera.common.value.ValueObjectException
Packages that use ValueObjectException
-
Uses of ValueObjectException in com.primavera.common.value
Subclasses of ValueObjectException in com.primavera.common.valueModifier and TypeClassDescriptionclassException class for invalid multi-part ObjectIdsclassException class used when an invalid field index was specified for a SpreadMethods in com.primavera.common.value that throw ValueObjectExceptionModifier and TypeMethodDescriptionstatic longDetailedWorkHours.getTimeBitmapAsLong(double dStartIndex, double dEndIndex) Gets a time map value with given time range .static longDetailedWorkHours.getTimeBitmapAsLong(String sStartTime, String sEndTime) Gets a time map value for the given time range.booleanDetailedWorkHours.isTimeOn(double dIndex) Indicates if the given time is work-time.booleanIndicates if the given time is work-time.voidDetailedWorkHours.turnTimeOff(double dStartIndex, double dEndIndex) Sets the time range to be non-work-time.voidDetailedWorkHours.turnTimeOff(String sStartTime, String sEndTime) Sets the time range to be non-work-time.voidDetailedWorkHours.turnTimeOn(double dStartIndex, double dEndIndex) Sets the time range to be work-time.voidDetailedWorkHours.turnTimeOn(String sStartTime, String sEndTime) Sets the time range to be work-time.Constructors in com.primavera.common.value that throw ValueObjectExceptionModifierConstructorDescriptionDetailedWorkHours(String sTimeList) Constructs aDetailedWorkHoursobject with the given String time list. -
Uses of ValueObjectException in com.primavera.common.value.spread
Subclasses of ValueObjectException in com.primavera.common.value.spreadModifier and TypeClassDescriptionclassException class used when attempting to access cumulative spread data that has not been loadedclassGeneral exception class for spread value objectsclassException class used when attempting to access a spread field that was not loaded in the spread object.classException class used when attempting to edit spreads that are uneditable.classException class used when attempting to access a spread period beyond the range of spread periods included in the spread object