Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update Exceptions
authored
Mar 08, 2023
by
Sebastien Jean
Hide whitespace changes
Inline
Side-by-side
Exceptions.md
View page @
c3fd29f4
...
...
@@ -245,4 +245,4 @@ public static void main(String[] args) {
try
{
stack
.
empiler
(
value
);
}
catch
(
FullStackException
e1
)
{
...
}
catch
(
NegativeElementException
e2
)
{
...
}
catch
(
UnexpectedCapacityException
e
)
{
System
.
exit
(
1
);
}
```