org.extex.core.exception.helping
Class NoHelpException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.extex.core.exception.GeneralException
              extended by org.extex.core.exception.helping.HelpingException
                  extended by org.extex.core.exception.helping.NoHelpException
All Implemented Interfaces:
java.io.Serializable

public class NoHelpException
extends HelpingException

This exception is thrown when a helping exception is required and no help is available. It simply acts as a wrapper for other exceptions.

Version:
$Revision:5586 $
Author:
Gerd Neugebauer
See Also:
Serialized Form

Constructor Summary
NoHelpException(java.lang.String message)
          Creates a new object.
NoHelpException(java.lang.Throwable cause)
          Creates a new object.
 
Method Summary
 java.lang.String getLocalizedMessage()
          Getter for further help information.
 
Methods inherited from class org.extex.core.exception.helping.HelpingException
getHelp
 
Methods inherited from class org.extex.core.exception.GeneralException
getLocalizer, isProcessed, setProcessed
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

NoHelpException

public NoHelpException(java.lang.Throwable cause)
Creates a new object.

Parameters:
cause - the cause

NoHelpException

public NoHelpException(java.lang.String message)
Creates a new object.

Parameters:
message - the parameter to be inserted into the test template of this exception
Method Detail

getLocalizedMessage

public java.lang.String getLocalizedMessage()
Getter for further help information.

Overrides:
getLocalizedMessage in class HelpingException
Returns:
the help information
See Also:
HelpingException.getLocalizedMessage()