Class InvalidPermissionStringException

    • Constructor Summary

      Constructors 
      Constructor Description
       message,  permissionString)
      Constructs a new exception with the given message and permission string.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      getPermissionString()
      Returns the permission string that was invalid and caused this exception to be thrown.
      • Methods inherited from class java.lang.

        , , , , , , , , , , , ,
      • Methods inherited from class java.lang.

        , , , , , , , , ,
    • Constructor Detail

      • InvalidPermissionStringException

        public InvalidPermissionStringException​( message,
                                                 permissionString)
        Constructs a new exception with the given message and permission string.
        Parameters:
        message - the exception message.
        permissionString - the invalid permission string.
    • Method Detail

      • getPermissionString

        public  getPermissionString()
        Returns the permission string that was invalid and caused this exception to be thrown.
        Returns:
        the permission string.