Executor/src/dorkbox/executor/exceptions
Robinson c38c84aaed Easier to access exitValue (java -> kotlin accessor) 2021-08-29 10:22:08 -06:00
..
InvalidExitValueException.kt Executor is now merged with ZeroTurnaround Executor, and entirely written in Kotlin with coroutines. The API is similar to the ZT executor, however there are a number a huge changes in the way it works. The design is a lot more fluent, and contains less special-case objects for working with running processes (along with different types, such as jvm-forking and remote ssh processes). 2020-08-06 11:07:25 +02:00
InvalidOutputException.kt Executor is now merged with ZeroTurnaround Executor, and entirely written in Kotlin with coroutines. The API is similar to the ZT executor, however there are a number a huge changes in the way it works. The design is a lot more fluent, and contains less special-case objects for working with running processes (along with different types, such as jvm-forking and remote ssh processes). 2020-08-06 11:07:25 +02:00
InvalidResultException.kt Easier to access exitValue (java -> kotlin accessor) 2021-08-29 10:22:08 -06:00
ProcessInitException.kt Changed processInitException to handle any type of exception 2021-03-20 20:11:43 +01:00
package-info.java created package-info in project 2021-04-18 23:42:37 +02:00