Opened 16 years ago
Last modified 16 years ago
#265 closed defect
ModelBuilder runtime exception — at Initial Version
| Reported by: | Stephen Siegel | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.1 |
| Component: | front | Version: | 1.1 |
| Keywords: | main exception syntax | Cc: |
Description
This should be changed to a SyntaxException...
if (hasMainFunction == false) {
throw new RuntimeException(
"The program must have a main function as an entry point.");
}
Note:
See TracTickets
for help on using tickets.
