org.herac.tuxguitar.gui.help.doc
Class DocException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.herac.tuxguitar.gui.help.doc.DocException
All Implemented Interfaces:
java.io.Serializable

public class DocException
extends java.lang.Exception

See Also:
Serialized Form

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

DocException

public DocException()

DocException

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

DocException

public DocException(java.lang.String message)

DocException

public DocException(java.lang.Throwable cause)