buildframework/helium/sf/java/core/src/com/nokia/helium/core/LogSource.java
changeset 628 7c4a911dc066
parent 587 85df38eb4012
--- a/buildframework/helium/sf/java/core/src/com/nokia/helium/core/LogSource.java	Wed Jun 16 16:51:40 2010 +0300
+++ b/buildframework/helium/sf/java/core/src/com/nokia/helium/core/LogSource.java	Fri Aug 13 14:59:05 2010 +0300
@@ -28,9 +28,9 @@
  */
 public class LogSource extends DataType {
 
-    public File getFilename() {
+    public File getFilename() throws LogSourceException {
         //will be implemented by subclasses
-        throw new HlmAntLibException("Improper logsource usage"); 
+        throw new LogSourceException("Improper logsource usage"); 
     }
 
 }
\ No newline at end of file