Jalog 1.3
java.lang.Objectjava.lang.Throwable
java.lang.Exception
io.github.JalogTeam.jalog.Jalog.Exit
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. |
|
| Field Detail |
|---|
public long status
exit predicate call. | Constructor Detail |
|---|
public Jalog.Exit(long status)