- Logic<Request extends LogicRequest,Response extends LogicResponse,Context extends ExecutionContext> - Class in in.adavi.pradyot
-
- Logic() - Constructor for class in.adavi.pradyot.Logic
-
- LogicException - Exception in in.adavi.pradyot
-
- LogicException() - Constructor for exception in.adavi.pradyot.LogicException
-
Constructs a new runtime exception with null as its
detail message.
- LogicException(String) - Constructor for exception in.adavi.pradyot.LogicException
-
Constructs a new runtime exception with the specified detail message.
- LogicException(String, Throwable) - Constructor for exception in.adavi.pradyot.LogicException
-
Constructs a new runtime exception with the specified detail message and
cause.
- LogicException(Throwable) - Constructor for exception in.adavi.pradyot.LogicException
-
Constructs a new runtime exception with the specified cause and a
detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
- LogicException(String, Throwable, boolean, boolean) - Constructor for exception in.adavi.pradyot.LogicException
-
Constructs a new runtime exception with the specified detail
message, cause, suppression enabled or disabled, and writable
stack trace enabled or disabled.
- LogicRequest - Class in in.adavi.pradyot
-
- LogicRequest() - Constructor for class in.adavi.pradyot.LogicRequest
-
- LogicResponse - Class in in.adavi.pradyot
-
- LogicResponse() - Constructor for class in.adavi.pradyot.LogicResponse
-