com.continuent.tungsten.common.help
Class HelpException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.continuent.tungsten.common.help.HelpException
All Implemented Interfaces:
java.io.Serializable

public class HelpException
extends java.lang.RuntimeException

Denotes an unexpected help system error.

Version:
1.0
Author:
Robert Hodges
See Also:
Serialized Form

Constructor Summary
HelpException(java.lang.String message)
           
HelpException(java.lang.String message, java.lang.Throwable cause)
           
 
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
 

Constructor Detail

HelpException

public HelpException(java.lang.String message)

HelpException

public HelpException(java.lang.String message,
                     java.lang.Throwable cause)