uk.ac.man.bioinf.gui.viewer
Class ReadonlyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--uk.ac.man.bioinf.gui.viewer.ReadonlyException
All Implemented Interfaces:
Serializable

public class ReadonlyException
extends RuntimeException

ReadonlyException.java Created: Thu Dec 14 15:40:59 2000

Version:
$Id: ReadonlyException.java,v 1.3 2001/04/11 17:04:42 lord Exp $
Author:
Julian Selley
See Also:
Serialized Form

Constructor Summary
ReadonlyException()
           
ReadonlyException(JAlignmentViewer jav)
           
ReadonlyException(String message)
           
ReadonlyException(String message, JAlignmentViewer jav)
           
 
Method Summary
 JAlignmentViewer getViewer()
          Returns the JAlignmentViewer that caused the exception, or null if the exception came from elsewhere.
 
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

ReadonlyException

public ReadonlyException()

ReadonlyException

public ReadonlyException(String message)

ReadonlyException

public ReadonlyException(JAlignmentViewer jav)

ReadonlyException

public ReadonlyException(String message,
                         JAlignmentViewer jav)
Method Detail

getViewer

public JAlignmentViewer getViewer()
Returns the JAlignmentViewer that caused the exception, or null if the exception came from elsewhere.

Returns:
the alignment viewer
See Also:
JAlignmentViewer