Package crypto.rules

Class CrySLException


  • public class CrySLException
    extends Object
    Helper Class to store an Exception as a String.
    • Constructor Detail

      • CrySLException

        public CrySLException​(String exception)
        Construct a CrySLException from the fully qualified classname of the Exception to store.
        Parameters:
        exception - the exception's name
    • Method Detail

      • getException

        public String getException()
        Returns:
        The fully qualified classname of the stored Exception.