Package sop.exception
Class SOPGPException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- sop.exception.SOPGPException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SOPGPException.AmbiguousInput
,SOPGPException.BadData
,SOPGPException.CannotDecrypt
,SOPGPException.CertCannotEncrypt
,SOPGPException.ExpectedText
,SOPGPException.IncompleteVerification
,SOPGPException.KeyIsProtected
,SOPGPException.MissingArg
,SOPGPException.MissingInput
,SOPGPException.NoSignature
,SOPGPException.OutputExists
,SOPGPException.PasswordNotHumanReadable
,SOPGPException.UnsupportedAsymmetricAlgo
,SOPGPException.UnsupportedOption
,SOPGPException.UnsupportedSpecialPrefix
,SOPGPException.UnsupportedSubcommand
public abstract class SOPGPException extends RuntimeException
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SOPGPException.AmbiguousInput
static class
SOPGPException.BadData
static class
SOPGPException.CannotDecrypt
static class
SOPGPException.CertCannotEncrypt
static class
SOPGPException.CertCannotSign
static class
SOPGPException.ExpectedText
static class
SOPGPException.IncompleteVerification
static class
SOPGPException.KeyIsProtected
static class
SOPGPException.MissingArg
static class
SOPGPException.MissingInput
static class
SOPGPException.NoSignature
static class
SOPGPException.OutputExists
static class
SOPGPException.PasswordNotHumanReadable
static class
SOPGPException.UnsupportedAsymmetricAlgo
static class
SOPGPException.UnsupportedOption
static class
SOPGPException.UnsupportedSpecialPrefix
static class
SOPGPException.UnsupportedSubcommand
-
Constructor Summary
Constructors Constructor Description SOPGPException()
SOPGPException(String message)
SOPGPException(String message, Throwable cause)
SOPGPException(Throwable e)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract int
getExitCode()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SOPGPException
public SOPGPException()
-
SOPGPException
public SOPGPException(String message)
-
SOPGPException
public SOPGPException(Throwable e)
-
SOPGPException
public SOPGPException(String message, Throwable cause)
-
-
Method Detail
-
getExitCode
public abstract int getExitCode()
-
-