Package crypto.exceptions
Class CryptoAnalysisParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- crypto.exceptions.CryptoAnalysisException
-
- crypto.exceptions.CryptoAnalysisParserException
-
- All Implemented Interfaces:
Serializable
public class CryptoAnalysisParserException extends CryptoAnalysisException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CryptoAnalysisParserException(String message)Constructs a new exception with the specified detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CryptoAnalysisParserException
public CryptoAnalysisParserException(String message)
Constructs a new exception with the specified detail message.- Parameters:
message- a detail message.
-
-