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 classSOPGPException.AmbiguousInputstatic classSOPGPException.BadDatastatic classSOPGPException.CannotDecryptstatic classSOPGPException.CertCannotEncryptstatic classSOPGPException.CertCannotSignstatic classSOPGPException.ExpectedTextstatic classSOPGPException.IncompleteVerificationstatic classSOPGPException.KeyIsProtectedstatic classSOPGPException.MissingArgstatic classSOPGPException.MissingInputstatic classSOPGPException.NoSignaturestatic classSOPGPException.OutputExistsstatic classSOPGPException.PasswordNotHumanReadablestatic classSOPGPException.UnsupportedAsymmetricAlgostatic classSOPGPException.UnsupportedOptionstatic classSOPGPException.UnsupportedSpecialPrefixstatic classSOPGPException.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 intgetExitCode()-
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()
-
-