org.herac.tuxguitar.gui.tools.browser
Class TGBrowserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.herac.tuxguitar.gui.tools.browser.TGBrowserException
All Implemented Interfaces:
java.io.Serializable

public class TGBrowserException
extends java.lang.Exception

See Also:
Serialized Form

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

TGBrowserException

public TGBrowserException()

TGBrowserException

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

TGBrowserException

public TGBrowserException(java.lang.String message)

TGBrowserException

public TGBrowserException(java.lang.Throwable cause)