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

    Modifier and Type
    Method
    Description
    boolean[]
    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.
    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.
    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.
    TreeQuestion.getValueOnPath()
    Verify this question is on the current path, and if it is, return the current value.
    void
    Verify that the current path contains a specified question, and throw an exception if it does not.