com.sun.interview
Class Interview.BadHelpFault

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.BadHelpFault
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Interview

public static class Interview.BadHelpFault
extends Interview.Fault

This exception is to report problems found while opening a JavaHelp help set.

See Also:
Serialized Form

Field Summary
 javax.help.HelpSetException exc
          The underlying JavaHelp exception.
 
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
 

Field Detail

exc

public final javax.help.HelpSetException exc
The underlying JavaHelp exception.



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