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. |
ReadOnlyException
public ReadOnlyException(String message)
- Constructs a ReadOnlyException with the specified detail message.
- Parameters:
message
- the detail message.
Centre for user-oriented IT -design