Uses of Class
com.sun.interview.Interview.NotOnPathFault

Packages that use Interview.NotOnPathFault
com.sun.interview 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.NotOnPathFault
 java.lang.String[] StringListQuestion.getValueOnPath()
          Verify this question is on the current path, and if it is, return the current value.
 java.net.InetAddress InetAddressQuestion.getValueOnPath()
          Verify this question is on the current path, and if it is, return the current value.
 java.lang.String StringQuestion.getValueOnPath()
          Verify this question is on the current path, and if it is, return the current value.
 java.util.Properties PropertiesQuestion.getValueOnPath()
          Verify this question is on the current path, and if it is, return the current value.
 java.io.File FileQuestion.getValueOnPath()
          Verify this question is on the current path, and if it is, return the current value.
 java.lang.String[] TreeQuestion.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.
 java.io.File[] FileListQuestion.getValueOnPath()
          Verify this question is on the current path, and if it is, return the current value.
 boolean[] ChoiceArrayQuestion.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.
 float FloatQuestion.getValueOnPath()
          Verify this question is on the current path, and if it is, return the current value.
 java.lang.String ChoiceQuestion.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.
 



Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.