com.sun.interview
Class Interview.NotOnPathFault

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.interview.Interview.Fault
              extended by com.sun.interview.Interview.NotOnPathFault
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Interview

public static class Interview.NotOnPathFault
extends Interview.Fault

This exception is thrown when a question is expected to be on the current path, and is not.

See Also:
Serialized Form

Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 



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