Class UserAbortException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- java.util.concurrent.CancellationException
-
- com.devonfw.cobigen.api.exception.CobiGenCancellationException
-
- com.devonfw.cobigen.cli.exceptions.UserAbortException
-
- All Implemented Interfaces:
java.io.Serializable
public class UserAbortException extends com.devonfw.cobigen.api.exception.CobiGenCancellationExceptionException is thrown if the generation process was cancelled by the user- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserAbortException()
-