Changeset 493
- Timestamp:
- 11/10/2008 11:48:03 AM (5 years ago)
- Location:
- branches/eraser6
- Files:
-
- 3 edited
-
DefaultPlugins/EraseCustom.cs (modified) (1 diff)
-
Eraser/TaskDataSelectionForm.cs (modified) (1 diff)
-
Eraser/TaskPropertiesForm.cs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/DefaultPlugins/EraseCustom.cs
r424 r493 143 143 else 144 144 throw new NotImplementedException("The custom erasure method can only comprise " + 145 "passes containining consta t or random passes");145 "passes containining constant or random passes"); 146 146 } 147 147 -
branches/eraser6/Eraser/TaskDataSelectionForm.cs
r486 r493 163 163 } 164 164 else 165 throw new NotImplementedException("Unknown erasure target.");165 throw new Exception("Unknown erasure target."); 166 166 } 167 167 } -
branches/eraser6/Eraser/TaskPropertiesForm.cs
r490 r493 119 119 } 120 120 else 121 throw new NotImplementedException("No such scheduling method.");121 throw new Exception("No such scheduling method."); 122 122 } 123 123 } … … 187 187 break; 188 188 default: 189 throw new NotImplementedException("Unknown schedule type.");189 throw new Exception("Unknown schedule type."); 190 190 } 191 191 }
Note: See TracChangeset
for help on using the changeset viewer.
