Jalog 1.3


io.github.JalogTeam.jalog
Class Jalog.Exit

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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.
 
Field Detail

status

public long status
Exit code specified in exit predicate call.
Constructor Detail

Jalog

public Jalog.Exit(long status)
Normally not used by application programs.

Authors: Mikko Levanto, Ari Okkonen