File: TestException.java

package info (click to toggle)
rjava 1.0-11-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,184 kB
  • sloc: java: 13,223; ansic: 5,479; sh: 3,776; xml: 325; makefile: 250; perl: 33
file content (7 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
/**
 * Generated as part of testing rjava internal java tools
 */
public class TestException extends Exception{
	public TestException(String message){super(message);}
}