infovis.column
Class ReadOnlyColumnException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by infovis.column.ReadOnlyColumnException
All Implemented Interfaces:
Serializable

public class ReadOnlyColumnException
extends RuntimeException

Exception raised when attempting to change a readonly column.

Version:
$Revision: 1.3 $
Author:
Jean-Daniel Fekete
See Also:
Serialized Form

Constructor Summary
ReadOnlyColumnException()
          Default constructor.
ReadOnlyColumnException(String message)
          Constructor with an error message.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReadOnlyColumnException

public ReadOnlyColumnException()
Default constructor.


ReadOnlyColumnException

public ReadOnlyColumnException(String message)
Constructor with an error message.

Parameters:
message - the error message.


Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.