org.herac.tuxguitar.gui.undo
Class CannotUndoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.herac.tuxguitar.gui.undo.CannotUndoException
All Implemented Interfaces:
java.io.Serializable

public class CannotUndoException
extends java.lang.Exception

See Also:
Serialized Form

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

CannotUndoException

public CannotUndoException()

CannotUndoException

public CannotUndoException(java.lang.String message)

CannotUndoException

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

CannotUndoException

public CannotUndoException(java.lang.Throwable cause)