io.github.JalogTeam.jalog
Class Jalog.Exit
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.JalogTeam.jalog.Jalog.Exit
- Enclosing class:
- Jalog
public class Jalog.Exit
Exception to be raised when exit predicate is executed. See typical calling pattern for an example.
Field Summary |
long |
status
Exit code specified in exit predicate call. |
Constructor Summary |
Jalog.Exit(long status)
Normally not used by application programs. |
status
public long status
- Exit code specified in
exit
predicate call.
Jalog
public Jalog.Exit(long status)
- Normally not used by application programs.
Authors: Mikko Levanto, Ari Okkonen