IMSEVimse 1.0
Draft

se.kth.cid.metadata
Class ReadOnlyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--se.kth.cid.metadata.ReadOnlyException
All Implemented Interfaces:
Serializable

public class ReadOnlyException
extends RuntimeException

An exception thrown if someone tries to edit a component which is not editable. It is a subclass of RuntimeException because any reasonable application can avoid getting this thrown by checking isEditable. Thus, an application will not need to catch-or-declare this exception. This exception should be a CORBA exception.

Version:
$Revision: 1.1.1.1 $
Author:
Mikael Nilsson
See Also:
Serialized Form

Constructor Summary
ReadOnlyException(String message)
          Constructs a ReadOnlyException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReadOnlyException

public ReadOnlyException(String message)
Constructs a ReadOnlyException with the specified detail message.
Parameters:
message - the detail message.

IMSEVimse 1.0
Draft

Centre for user-oriented IT -design