KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > mmbase > core > event > UnsupportedEventException


1 /*
2 Created on 20-sep-2005
3
4 This software is OSI Certified Open Source Software.
5 OSI Certified is a certification mark of the Open Source Initiative.
6
7 The license (Mozilla version 1.0) can be read at the MMBase site.
8 See http://www.MMBase.org/license
9
10 */

11 package org.mmbase.core.event;
12
13 /**
14  * @author Ernst Bunders
15  * @since 1.8
16  *
17  */

18 public class UnsupportedEventException extends Exception JavaDoc {
19
20
21 }
22
Popular Tags