|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidatorException | |
---|---|
com.ibm.tws.objects.model.validator | |
com.ibm.tws.objects.validator |
Uses of ValidatorException in com.ibm.tws.objects.model.validator |
---|
Methods in com.ibm.tws.objects.model.validator that throw ValidatorException | |
void |
CalendarValidator.validateKey(CalendarKey calendarKey)
Validates a CalendarKey object. |
void |
CalendarValidator.validateHeader(CalendarHeader calendarHeader)
Validates a CalendarHeader object. |
void |
CalendarValidator.validateObject(Calendar calendar)
Validates a Calendar object. |
void |
DomainValidator.validateKey(DomainKey domainKey)
Validates a DomainKey object. |
void |
DomainValidator.validateObject(Domain domain)
Validates a Domain object. |
void |
FlowNodeValidator.validateKey(FlowNodeKey flowNodeKey)
Validates a FlowNodeKey object. |
void |
FlowNodeValidator.validateHeader(FlowNodeHeader flowNodeHeader)
Validates a FlowNodeHeader object. |
void |
FlowNodeValidator.validateObject(FlowNode flowNode)
Validates a FlowNode object. |
void |
FlowTargetValidator.validateKey(FlowTargetKey flowTargetKey)
Validates a FlowTargetKey object. |
void |
FlowTargetValidator.validateHeader(FlowTargetHeader flowTargetHeader)
Validates a FlowTargetHeader object. |
void |
FlowTargetValidator.validateObject(FlowTarget flowTarget)
Validates a FlowTarget object. |
void |
JobDefinitionValidator.validateKey(JobDefinitionKey jobDefinitionKey)
Validates a JobDefinitionKey object. |
void |
JobDefinitionValidator.validateHeader(JobDefinitionHeader jobDefinitionHeader)
Validates a JobDefinitionHeader object. |
void |
JobDefinitionValidator.validateObject(JobDefinition jobDefinition)
Validates a JobDefinition object. |
void |
JobStreamValidator.validateKey(JobStreamKey jobStreamKey)
Validates a JobStreamKey object. |
void |
JobStreamValidator.validateHeader(JobStreamHeader jobStreamHeader)
Validates a JobStreamHeader object. |
void |
JobStreamValidator.validateObject(JobStream jobStream)
Validates a JobStream object. |
void |
JobValidator.validateKey(JobKey jobKey)
Validates a JobKey object. |
void |
JobValidator.validateHeader(JobHeader jobHeader)
Validates a JobHeader object. |
void |
JobValidator.validateObject(Job job)
Validates a Job object. |
protected void |
ModelValidator.checkResolutionData(ResolutionData resolutionData)
Checks rules related to resolution data. |
protected void |
ModelValidator.checkTimeRestrictions(java.lang.String objectName,
TimeRestrictions timeRestrictions)
Checks rules related to time restrictions. |
void |
PromptValidator.validateKey(PromptKey promptKey)
Validates a PromptKey object. |
void |
PromptValidator.validateObject(Prompt prompt)
Validates a Prompt object. |
void |
QueryFilterValidator.validateFilter(QueryFilter queryFilter)
Validates a QueryFilter object. |
void |
ResourceValidator.validateKey(ResourceKey resourceKey)
Validates a ResourceKey object. |
void |
ResourceValidator.validateHeader(ResourceHeader resourceHeader)
Validates a ResourceHeader object. |
void |
ResourceValidator.validateObject(Resource resource)
Validates a Resource object. |
void |
RunCycleValidator.validateObject(RunCycle runCycle)
Validates a RunCycle object. |
void |
VariableValidator.validateKey(VariableKey variableKey)
Validates a VariableKey object. |
void |
VariableValidator.validateObject(Variable variable)
Validates a Variable object. |
void |
WindowsUserValidator.validateKey(WindowsUserKey windowsUserKey)
Validates a WindowsUserKey object. |
void |
WindowsUserValidator.validateObject(WindowsUser windowsUser)
Validates a WindowsUser object. |
void |
WorkstationClassValidator.validateKey(FlowTargetKey workstationClassKey)
Validates a FlowTargetKey object. |
void |
WorkstationClassValidator.validateHeader(WorkstationClassHeader workstationClassHeader)
Validates a WorkstationClassHeader object. |
void |
WorkstationClassValidator.validateObject(WorkstationClass workstationClass)
Validates a WorkstationClass object. |
void |
WorkstationValidator.validateKey(FlowTargetKey workstationKey)
Validates a FlowTargetKey object. |
void |
WorkstationValidator.validateHeader(WorkstationHeader workstationHeader)
Validates a WorkstationHeader object. |
void |
WorkstationValidator.validateObject(Workstation workstation)
Validates a Workstation object. |
Uses of ValidatorException in com.ibm.tws.objects.validator |
---|
Subclasses of ValidatorException in com.ibm.tws.objects.validator | |
class |
AddressValidatorException
This exception is thrown when validation of an object fails because an internet address field contains an invalid address. |
class |
CharValidatorException
This exception is thrown when validation of an object fails because a text field includes an invalid character. |
class |
ComparisonValidatorException
This exception is thrown when validation of an object fails because a comparison constraint between two fields is not met. |
class |
ConstraintValidatorException
This exception is thrown when validation of an object fails because the current value of a field does not comply with a constraint defined by the current value of one or more fields of the same object. |
class |
FilterValidatorException
This exception is thrown when validation of a query filter fails because one of the filter elements is not an instance of the expected class, or is null but the filter element is not nullable. |
class |
InstanceValidatorException
This exception is thrown when validation of an object fails because one of the objects in a list is not an instance of the expected class. |
class |
LengthValidatorException
This exception is thrown when validation of an object fails because a text field exceeds the allowed maximum length. |
class |
NullValidatorException
This exception is thrown when validation of an object fails because a required field is null. |
class |
RangeValidatorException
This exception is thrown when validation of an object fails because a sortable field is out of the allowed range. |
class |
StartValidatorException
This exception is thrown when validation of an object fails because a text field does not start as expected. |
class |
ValueValidatorException
This exception is thrown when validation of an object fails because one of the fields contains an invalid value. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |