Home
last modified time | relevance | path

Searched defs:STAFException (Results 1 – 3 of 3) sorted by relevance

/dports/devel/staf/src/staf/lang/java/classes/
H A DSTAFException.java16 public class STAFException extends Exception class
23 public STAFException() { super(); rc = 0; } in STAFException() method in STAFException
32 public STAFException(int theRC) { super(); rc = theRC; } in STAFException() method in STAFException
42 public STAFException(int theRC, String s) { super(s); rc = theRC; } in STAFException() method in STAFException
/dports/devel/staf/src/staf/lang/python/
H A DPySTAF.py41 class STAFException: class
H A DPySTAFv3.py41 class STAFException(Exception): class