Uses of Class
com.sun.interview.Interview.NotOnPathFault
Packages that use Interview.NotOnPathFault
Package
Description
This package provides a means for creating a set of questions
to be asked by a "wizard".
-
Uses of Interview.NotOnPathFault in com.sun.interview
Methods in com.sun.interview that throw Interview.NotOnPathFaultModifier and TypeMethodDescriptionboolean[]
ChoiceArrayQuestion.getValueOnPath()
Verify this question is on the current path, and if it is, return the current value.ChoiceQuestion.getValueOnPath()
Verify this question is on the current path, and if it is, return the current value.File[]
FileListQuestion.getValueOnPath()
Verify this question is on the current path, and if it is, return the current value.FileQuestion.getValueOnPath()
Verify this question is on the current path, and if it is, return the current value.float
FloatQuestion.getValueOnPath()
Verify this question is on the current path, and if it is, return the current value.InetAddressQuestion.getValueOnPath()
Verify this question is on the current path, and if it is, return the current value.int
IntQuestion.getValueOnPath()
Verify this question is on the current path, and if it is, return the current value.int
ListQuestion.getValueOnPath()
Verify this question is on the current path, and if it is, return the current value.PropertiesQuestion.getValueOnPath()
Verify this question is on the current path, and if it is, return the current value.String[]
StringListQuestion.getValueOnPath()
Verify this question is on the current path, and if it is, return the current value.StringQuestion.getValueOnPath()
Verify this question is on the current path, and if it is, return the current value.String[]
TreeQuestion.getValueOnPath()
Verify this question is on the current path, and if it is, return the current value.void
Interview.verifyPathContains
(Question q) Verify that the current path contains a specified question, and throw an exception if it does not.