source: trunk/src/org/expeditee/gui/ReadOnlyAttributeException.java@ 427

Last change on this file since 427 was 427, checked in by ra33, 15 years ago
File size: 292 bytes
Line 
1package org.expeditee.gui;
2
3public class ReadOnlyAttributeException extends AttributeException {
4
5 public ReadOnlyAttributeException(String attribute, String simpleName) {
6 super(attribute, simpleName, " isReadOnly.");
7 }
8
9 /**
10 *
11 */
12 private static final long serialVersionUID = 1L;
13
14}
Note: See TracBrowser for help on using the repository browser.