de.goerntkai.toolbox.cmdln
Class HelpTextException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.goerntkai.toolbox.cmdln.HelpTextException
All Implemented Interfaces:
java.io.Serializable

public class HelpTextException
extends java.lang.Exception

Signals that a help document was not validly written. This exception occurs when parsing the help document.

Version:
$Id: HelpTextException.java,v 1.2 2007/05/01 17:08:23 GoerntKai Exp $
Author:
Kai Görnt
See Also:
Serialized Form

Constructor Summary
HelpTextException()
          Standard constructor.
HelpTextException(java.lang.String theMessage)
          Standard constructor.
HelpTextException(java.lang.String theMessage, java.lang.Throwable theCause)
          Standard constructor.
HelpTextException(java.lang.Throwable theCause)
          Standard constructor.
 
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

HelpTextException

public HelpTextException()

Standard constructor.


HelpTextException

public HelpTextException(java.lang.String theMessage)

Standard constructor.

Parameters:
theMessage - the message to set

HelpTextException

public HelpTextException(java.lang.String theMessage,
                         java.lang.Throwable theCause)

Standard constructor.

Parameters:
theMessage - the message to set
theCause - the cause to set

HelpTextException

public HelpTextException(java.lang.Throwable theCause)

Standard constructor.

Parameters:
theCause - the cause to set


Copyright © 2004-2007 Kai Görnt. All Rights Reserved.