File: package.html

package info (click to toggle)
libsis-base-java 14.12.0-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 1,072 kB
  • sloc: java: 8,333; ansic: 622; sh: 197; makefile: 35; xml: 12
file content (13 lines) | stat: -rw-r--r-- 294 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
     "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Exceptions.</title>
</head>
<body>
<p>
This package provides basic exceptions thrown by CISD software. Note that all exceptions are 
unchecked.
</p>
</body>
</html>