Last change
on this file since 6167 was
5458,
checked in by cneumuel, 14 years ago
|
#1233
- removed GetConfigurationFile from service -> configuration is now submitted as a plugin with one file (the configuration file)
- resource ids are now checked before uploading a hive experiment, only valid resource names are accepted
- added SharpZipLib License to ConsoleClient project, so dependecies are satisfied
|
File size:
272 bytes
|
Line | |
---|
1 | using System;
|
---|
2 | using System.Collections.Generic;
|
---|
3 | using System.Linq;
|
---|
4 | using System.Text;
|
---|
5 |
|
---|
6 | namespace HeuristicLab.Clients.Hive {
|
---|
7 | public class ResourceNotFoundException : Exception {
|
---|
8 | public ResourceNotFoundException(string message) : base(message) { }
|
---|
9 | }
|
---|
10 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.