Oracle JEWT API Reference
Release 4.2.24.0.0
B12199-01

oracle.bali.ewt.help
Class HelpUnavailableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.bali.ewt.help.HelpUnavailableException
All Implemented Interfaces:
java.io.Serializable

public class HelpUnavailableException
extends java.lang.Exception

A HelpUnavailableException is thrown by the HelpProvider.showHelp method when, for some reason, help for the given component cannot be shown.

See Also:
Serialized Form

Constructor Summary
HelpUnavailableException()
          Creates a new HelpUnavailableException with no text.
HelpUnavailableException(java.lang.Throwable baseException)
          Creates a new HelpUnavailableException with no text.
HelpUnavailableException(java.lang.Throwable baseException, java.lang.String text)
          Creates a new HelpUnavailableException with the given detail message.
 
Method Summary
 java.lang.Throwable getBaseException()
          Gets the exception that triggered this exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HelpUnavailableException

public HelpUnavailableException()
Creates a new HelpUnavailableException with no text.

HelpUnavailableException

public HelpUnavailableException(java.lang.Throwable baseException)
Creates a new HelpUnavailableException with no text.
Parameters:
baseException - the original exception that triggered this

HelpUnavailableException

public HelpUnavailableException(java.lang.Throwable baseException,
                                java.lang.String text)
Creates a new HelpUnavailableException with the given detail message.
Parameters:
baseException - the original exception that triggered this
text - The detail message for this exception
Method Detail

getBaseException

public java.lang.Throwable getBaseException()
Gets the exception that triggered this exception.

Oracle JEWT 4.2.24

Copyright © [xxxx],2003, Oracle. All Rights Reserved.