This website works better with JavaScript
Home
Explore
Yoda
Portal
Forum
Help
Sign In
fosteric
/
ZCW-YeOldeCode
forked from
ZipCodeWilmington/ZCW-YeOldeCode
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
some code samples, various examples of simple modeling ideas and some minor algorithms.
5
Commits
1
Branch
Branch:
master
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
ZCW-YeOldeCode
/
AccountException.java
AccountException.java
90B
Permalink
History
Raw
1
2
3
4
5
6
7
class AccountException extends Exception
{
AccountException(String s)
{
super(s);
}
}