Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Vcsn
Vaucanson 1
Commits
bdce50ed
Commit
bdce50ed
authored
Aug 04, 2009
by
Florent D'Halluin
Browse files
[yavgui] Add NullParameter exception.
* yavgui/src/exceptions.hh: Do that.
parent
ae559699
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
bdce50ed
2009-08-04 d-halluin <d-halluin@lrde.epita.fr>
[yavgui] Add NullParameter exception.
* yavgui/src/exceptions.hh: Do that.
2009-08-04 d-halluin <d-halluin@lrde.epita.fr>
[yavgui] Fix GState.
...
...
yavgui/src/exceptions.hh
View file @
bdce50ed
...
...
@@ -111,6 +111,9 @@ namespace gui
EXCEPTION
(
CantCreateAutomaton
,
"No automaton creator for the given type."
);
EXCEPTION
(
NullParameter
,
"Null parameter not handled."
);
}
// ! namespace exceptions
}
// ! namespace gui
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment