
| Key: |
UP-1340
|
| Type: |
Bug
|
| Status: |
Open
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Brad Johnson
|
| Votes: |
0
|
| Watchers: |
1
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
In org.jasig.portal.layout.dlm.RDBMDistributedLayoutStore _getStructureStylesheetUserPreferences() we shouldn't throw the generic Exception.
Change:
throw new Exception("Unknown database driver");
to this:
throw new RuntimeException("Unknown database driver");
Change the code to catch the Exception thrown by getStructureStylesheetDescription(stylesheetId) and wrap in a RuntimeException or a PortalException.
|
|
Description
|
In org.jasig.portal.layout.dlm.RDBMDistributedLayoutStore _getStructureStylesheetUserPreferences() we shouldn't throw the generic Exception.
Change:
throw new Exception("Unknown database driver");
to this:
throw new RuntimeException("Unknown database driver");
Change the code to catch the Exception thrown by getStructureStylesheetDescription(stylesheetId) and wrap in a RuntimeException or a PortalException.
|
Show » |
| There are no comments yet on this issue.
|
|