From 0f4fdaae009017363334d300a6b933058f47fe6a Mon Sep 17 00:00:00 2001 From: Emil Ivov Date: Fri, 28 Jul 2006 13:49:09 +0000 Subject: [PATCH] PropertyVetoExceptions now inherit from RuntimeException as we don't have to be obliged to catch every time we set a property. It's annoying --- .../service/configuration/PropertyVetoException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/java/sip/communicator/service/configuration/PropertyVetoException.java b/src/net/java/sip/communicator/service/configuration/PropertyVetoException.java index 06479e6ff..fc4f76e90 100644 --- a/src/net/java/sip/communicator/service/configuration/PropertyVetoException.java +++ b/src/net/java/sip/communicator/service/configuration/PropertyVetoException.java @@ -17,7 +17,7 @@ * @author Emil Ivov */ public class PropertyVetoException - extends Exception + extends RuntimeException { /** * A PropertyChangeEvent describing the vetoed change.