Package crypto.rules

Class CrySLExceptionConstraint

    • Constructor Detail

      • CrySLExceptionConstraint

        public CrySLExceptionConstraint​(CrySLMethod method,
                                        CrySLException exception)
        Construct the CrySLExceptionConstraint given the method and the exception thrown thereby.
        Parameters:
        method - Method that throws the Exception.
        exception - Exception that thrown by the Method.