Java org.eclipse.jgit.pgm Die fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.pgm Die fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.pgm Die.

The text is from its open source code.

Constructor

Die(String why)
Construct a new message explaining what has gone wrong.
Die(boolean aborted)
Construct a new exception reflecting the fact that the command execution has been aborted before running.

Method

booleanisAborted()
Check if this exception should cause the execution to be aborted.