org.herac.tuxguitar.gui.undo
Class CannotRedoException

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

public class CannotRedoException
extends java.lang.Exception

See Also:
Serialized Form

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

CannotRedoException

public CannotRedoException()

CannotRedoException

public CannotRedoException(java.lang.String message)

CannotRedoException

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

CannotRedoException

public CannotRedoException(java.lang.Throwable cause)