File: NoCreatorException.java

package info (click to toggle)
pilot-link 0.8.11-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 2,604 kB
  • ctags: 3,302
  • sloc: ansic: 25,154; java: 2,162; cpp: 1,641; sh: 1,629; makefile: 1,525; perl: 723; yacc: 660; python: 267; tcl: 14
file content (6 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
package Pdapilot;

public class NoCreatorException extends DlpException {
	NoCreatorException() { super(); }
	NoCreatorException(String s) { super(s); }
}