com.sas.prompts
Class PromptValueNotFoundException
com.sas.prompts.PromptValueNotFoundException
All Implemented Interfaces: java.io.Serializable
public class PromptValueNotFoundException
Exception thrown when a prompt value is requested and not found.
This is typically thrown when a call is made to "get" a prompt value
which has not been set and which has no default value.
See Also: PromptValues
,
PromptValuesInterface
,
Serialized Form
PromptValueNotFoundException
public PromptValueNotFoundException (PromptDefinitionInterface promptDefinition)
Constructor
Parameters: promptDefinition
- The prompt whose value was not found. This may not be null.
getPromptDefinition
public PromptDefinitionInterface getPromptDefinition ()
Returns the prompt whose value was not found.
Returns: The prompt whose value was not found.
Copyright © 2009 SAS Institute Inc. All Rights Reserved.